This repository contains my projects for the Computer Architecture and Operating System course as a part of Computer Science Bachelor's Studies at the University of Warsaw.
- Project 1: Library for simulating NAND gates in C. Project description
- Project 2: Function for dividing n*64 bits number by 64 bit number in NASM. Project description
- Project 3: Program for calculating CRC for a file in NASM. Project description
I've also included the environment setup and testing scripts I used to ensure the correctness of my solutions.
To get started with my projects:
- Clone this repository:
git clone https://github.com/MrD4rkne/CAOS.git
- Follow instructions from one of projects' subdirectories: