An open API service indexing awesome lists of open source software.

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.

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)