A small OS simulator intended for Arduino boards
-
Updated
Jun 7, 2023 - C++
A small OS simulator intended for Arduino boards
The OS Simulator replicates key functionalities like memory management, CPU scheduling, and interrupts. It evolves from single-program execution to multi-programming with virtual memory, implementing scheduling algorithms, page replacement, and a page table register.
OS simulator by C++ that emulates the Linux kernel
Add a description, image, and links to the os-simulator topic page so that developers can more easily learn about it.
To associate your repository with the os-simulator topic, visit your repo's landing page and select "manage topics."