create test bootloader

This commit is contained in:
Robert 2023-09-02 19:40:46 +02:00
commit c75d8ab791
5 changed files with 267 additions and 0 deletions

5
README.md Normal file
View file

@ -0,0 +1,5 @@
# Clipper
Clipper is an operating system kernel I write to learn about kernel development. As of right now, it is more or less following [nanobyte's](https://www.youtube.com/@nanobyte-dev) OS development tutorial.
My ultimate goal is to create a simple, bootable POSIX-compliant operating system.