1
2
Fork 0
This is a project to learn about the low-level workings of computers.
Datei suchen
Zoarial94 de1a0b0334 Update 'README.md' 2021-02-24 17:56:36 +00:00
include Updated linker file to linker script 2021-02-24 11:32:28 -05:00
src Updated Makefile for more consistency 2021-02-24 12:50:23 -05:00
.gitignore Updated .gitignore 2021-01-23 13:40:45 -05:00
LICENSE Initial commit 2020-11-30 03:09:26 +00:00
Makefile Updated Makefile for more consistency 2021-02-24 12:50:23 -05:00
README.md Update 'README.md' 2021-02-24 17:56:36 +00:00

ZoarialBareOS

This is a project to learn about the low-level workings of computers. This is purely a passion project with no real end-goal in mind. Most of the work done will be inspired by the pages on wiki.osdev.org and will be tailored to my specific needs.

Implemented Features

  • Basic text console
  • Paging

Potential additions in no particular order

  • USB Keyboard support - I don't have a PS/2 keyboard
  • View system resources - ram, cpu, etc
  • UEFI support
  • Create a custom bootloader