Find a file
2023-09-07 20:07:58 +02:00
grub port clipper to boot using grub 2023-09-03 20:11:33 +02:00
src/kernel add macro for reading register values 2023-09-07 20:07:58 +02:00
.gitignore improve printing functions and project structure 2023-09-05 19:11:15 +02:00
bochs_config create test bootloader 2023-09-02 19:40:46 +02:00
linker.ld port clipper to boot using grub 2023-09-03 20:11:33 +02:00
Makefile introduce printf for screen text memory 2023-09-05 23:12:24 +02:00
README.md add gitignore 2023-09-03 13:24:00 +02:00
roadmap.md improve printing functions and project structure 2023-09-05 19:11:15 +02:00

Clipper

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 entries and tutorials.

My ultimate goal is to create a simple, bootable POSIX-compliant operating system.