WandOS v0.1.0
Writing a 64-bit OS targeting 800x600 from scratch, with no GRUB or any libraries.
<img width="719" height="398" alt="Screenshot 2026-06-17 205538" src="https://github.com/user-attachments/assets/0b189c19-e807-4bd1-91c5-702206aa0057" />Status
- [x] Stage 1 bootloader
- [x] Stage 2 bootloader
- [x] Long mode
- [x] Framebuffer
- [x] Kernel entry
- [ ] put_pixel / graphics primitives
- [ ] Font rendering
- [ ] IDT and interrupt handling
- [ ] keyboard input
- [ ] Memory allocator
- [ ] Window system
Stack
- NASM
- GCC
- QEMU