MarvinOS icon indicating copy to clipboard operation
MarvinOS copied to clipboard

A hobby Operating System developed from scratch using C/C++ and assembly

Results 4 MarvinOS issues
Sort by recently updated
recently updated
newest added

Right now, the entire kernel works in privileged mode and as a single process and does not switch to user-mode after boot.

enhancement
help wanted
good first issue

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...

enhancement
help wanted
good first issue

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...

enhancement
help wanted
good first issue

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...