Implement ISO and Floppy image generation (AI)

This commit is contained in:
AI
2026-02-23 08:32:48 +00:00
parent a048764a3d
commit aa954045c1
31 changed files with 3652 additions and 4 deletions

3
build/floppy.cfg Normal file
View File

@@ -0,0 +1,3 @@
set timeout=0
set default=0
menuentry "ClaudeOS" { set root=(fd0); multiboot /boot/kernel.bin }