https://github.com/jakub-karasek/caos
Computer Achitecture and Operating Systems - Faculty of Mathematics, Computer Science, and Mechanics, University of Warsaw.
https://github.com/jakub-karasek/caos
assembly c caos mimuw nasm
Last synced: 14 days ago
JSON representation
Computer Achitecture and Operating Systems - Faculty of Mathematics, Computer Science, and Mechanics, University of Warsaw.
- Host: GitHub
- URL: https://github.com/jakub-karasek/caos
- Owner: jakub-karasek
- License: mit
- Created: 2024-10-19T15:33:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T13:45:13.000Z (over 1 year ago)
- Last Synced: 2025-04-03T10:27:46.715Z (about 1 year ago)
- Topics: assembly, c, caos, mimuw, nasm
- Language: C
- Homepage:
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Computer Architecture and Operating System Projects
This repository contains my projects from the Computer Architecture and Operating System Projects course in my Bachelor's degree in Computer Science at the Faculty of Mathematics, Computer Science, and Mechanics, University of Warsaw.
## Contents
- **Project 1**: C library for managing Boolean circuits composed of NAND gates. [Project description](./Project1/README.md)
- **Project 2**: Function for dividing n*64 bits number by 64 bit number, written in NASM. [Project description](./Project2/README.md)
- **Project 3**: NASM Program for calculating [CRC](https://en.wikipedia.org/wiki/Cyclic_redundancy_check) for a file [Project description](./Project3/README.md)