clipper/README.md

6 lines
286 B
Markdown
Raw Permalink Normal View History

2023-09-02 17:40:46 +00:00
# Clipper
2023-09-03 11:24:00 +00:00
Clipper is an operating system kernel I write to learn about kernel development. As of right now, it is more or less following the [OSDev wiki](https://wiki.osdev.org) entries and tutorials.
2023-09-02 17:40:46 +00:00
My ultimate goal is to create a simple, bootable POSIX-compliant operating system.