https://github.com/fiffi14/multithreaded-os-kernel
OS1 project
https://github.com/fiffi14/multithreaded-os-kernel
assembly-language c cpp kernel
Last synced: 2 months ago
JSON representation
OS1 project
- Host: GitHub
- URL: https://github.com/fiffi14/multithreaded-os-kernel
- Owner: fiffi14
- Created: 2025-09-02T14:37:09.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-02T14:59:57.000Z (10 months ago)
- Last Synced: 2025-10-04T08:18:54.507Z (9 months ago)
- Topics: assembly-language, c, cpp, kernel
- Language: Assembly
- Homepage:
- Size: 629 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multithreaded-OS-kernel
OS1 project - C/C++
# Mainly coded in C/C++ rather than in assembly as it says on the right.
- Run the project through terminal by positioning in project directory and running the command make qemu, after which the test number must be chosen.
- Or via Makefile run qemu target, and the rest will be shown in the terminal.