MarvinOS
MarvinOS copied to clipboard
A hobby Operating System developed from scratch using C/C++ and assembly
Right now, the entire kernel works in privileged mode and as a single process and does not switch to user-mode after boot.
GRUB provides an interface to add up boot-time module loading. We can build independent binaries add link them with kernel during boot. GRUB provides address of these modules in its...
Right now, Marvin.OS has only kernel heap memory system which is implemented as a linked-list. Paging is the most effective memory management scheme and is supported by `x86_64` architecture as...
It looks like you copy-paste source code from Exylus OS aka https://github.com/ketanhwr/exylus/tree/master , removed/wiped all "evidence" , mentions about Exylus OS, no forking - nothing, and named as your own...