No description
Find a file
2025-05-29 17:48:27 +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 fix bochs config file 2025-05-29 17:48:27 +02:00
linker.ld port clipper to boot using grub 2023-09-03 20:11:33 +02:00
Makefile fix bochs config file 2025-05-29 17:48:27 +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.