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
c7e9833819
Remove output file (human)
2026-02-23 09:56:22 +01:00
AI
6b00cf3154
Disable floppy generation for now, focus on CDROM (AI)
2026-02-23 08:54:39 +00:00
AI
f2e84924f5
Update gitignore (AI)
2026-02-23 08:53:59 +00:00
6d91edc897
Revert "Add script to merge boot sector and patch GRUB for floppy (AI)"
...
This reverts commit 7068176d91 .
2026-02-23 09:52:40 +01:00
AI
7068176d91
Add script to merge boot sector and patch GRUB for floppy (AI)
2026-02-23 08:46:03 +00:00
AI
436aeceb10
Remove build artifacts from repo
2026-02-23 08:33:09 +00:00
AI
aa954045c1
Implement ISO and Floppy image generation (AI)
2026-02-23 08:32:48 +00:00
AI
a048764a3d
Setup simple kernel with Hello World output via debugcon (AI)
2026-02-23 08:24:50 +00:00
AI
34382babb3
Create directory structure and initial build system (AI)
2026-02-23 08:21:49 +00:00
ffb8b02762
Update instructions based on things learned from attempt-1
2026-02-23 08:35:16 +01:00
94b0297b28
Include attempt-1 devcontainer Dockerfile (AI+human)
2026-02-23 08:34:13 +01:00
76f8b9d4dd
Include attempt-1 devcontainer json (AI)
2026-02-23 08:34:01 +01:00
61af5bb313
Initial commit (human)
2026-02-23 07:06:19 +01:00