continue fucking with disk system

This commit is contained in:
2025-03-15 17:29:27 +03:00
parent a7a7121812
commit 526a1a07dd
3 changed files with 31 additions and 26 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ image:
grub-mkrescue -o boot.iso grubshit
test:
qemu-system-i386 -hda boot.iso -m 512M
qemu-system-i386 -drive file=boot.iso,media=disk,format=raw -m 512M
$(OUTPUT): $(OBJS)
$(CC) -T $(LDSCRIPT) -o $@ $(OBJS) $(LDFLAGS)