-
PepperOS alpha 0.1.121 Pre-Release
released this
2026-04-10 15:19:09 +02:00 | 9 commits to main since this releaseFirst PepperOS release, a 64-bit free toy kernel.
Features:
- Kernel shell with basic testing commands (trigger a page fault, smash the stack, etc...)
- Round-robin scheduler that supports running user processes along kernel processes
- 4-level paging, kernel heap
- Input/output interfaces (PS/2 Keyboard, HD framebuffer, serial)
- PIT Timer
- Common x86 structures (GDT/IDT/TSS...)
- Floating Point Unit
Security:
- Stack Smashing Protection (SSP)
- Undefined Behavior Sanitization (UBSan)
You will find the source code and documentation in the linked archive.
Compile/run instructions are listed inREADME.mdand other information is available in thedocs/folder.Downloads