Files
claude-os/.gitignore
AI e4cc638a8d Implement GDT and basic IDT setup
This commit adds GDT initialization with proper code/data segments and reloads CS.

It also adds the initial IDT structure and loads an empty IDT.

Build configuration updated to disable SSE/MMX to prevent compiler generation of unsupported instructions in early boot.
2026-02-23 10:05:17 +00:00

10 lines
87 B
Plaintext

build/
release/
*.img
*.iso
debug_grub/
*_output.txt
snippet.*
qemu.log
iso_output.txt