cronflakes / potential-memory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🏖️ potential-memory: a custom kernel from scratch 🏖️

Why

Creating kernel from the ground up will let me implement my own goals for an operating system (see below). A kernel is just compiled C linked w/ some assembly right? 🫤🫤🫤 - gets loaded into memory and the rest is up to the OS designer. First step completed. Running on VirtualBox:

virtualbox

Goals

  • implement my own memory allocation method
  • write scheduler and get super crazy w/ it
  • add additional security checks

About


Languages

Language:C 52.9%Language:Assembly 36.8%Language:Shell 6.7%Language:Makefile 3.6%