-
Notifications
You must be signed in to change notification settings - Fork 4
Project Structure
GandelXIV edited this page May 17, 2021
·
4 revisions
-
boot/
files needed to assemble the boot sector - kernel/ Main OS core functions
-
drivers/
device specific code (display, keyboard) -
firmware/
low level code that comunicates directly with the hardware -
lib/
general usage libraries -
dist/
compilation output -
mk/
compilation data