minos icon indicating copy to clipboard operation
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

cli.inc is a good place to start the implementation.

driver

Create a memory manager for allocate physical memory.

core system

Pre-emptive scheduler.

core system

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

AHCI implementation for interfacing with SATA devices.

driver

Features and enhancements relating to a network stack implementation.

core system

Features and enhancements relating to ring 3.

enhancement