This is a project to learn about the low-level workings of computers.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Zoarial94 de1a0b0334
Update 'README.md'
2 years ago
include Updated linker file to linker script 2 years ago
src Updated Makefile for more consistency 2 years ago
.gitignore Updated .gitignore 2 years ago
LICENSE Initial commit 3 years ago
Makefile Updated Makefile for more consistency 2 years ago
README.md Update 'README.md' 2 years ago

README.md

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