minos
minos copied to clipboard
A minimal bare bones operating system based on a monolithic kernel design written purely in Assembly language
Results
12
minos issues
Sort by
recently updated
recently updated
newest added
Add support for network cards. This has been partially started ini8254x.inc and rtl8169.inc
driver
Add support for multiboot with GRUB. Load kernel into high memory.
enhancement
help wanted
Create a virtual memory manager that allocates new pages and page tables and uses the physical memory manager to do the actual allocation of memory.
core system