Update the FAT32 file

This commit is contained in:
Baptiste Wicht 2013-11-02 17:28:17 +01:00
parent dc402d4fc7
commit 789bde3d1e
2 changed files with 1 additions and 4 deletions

View File

@ -35,9 +35,6 @@ debug: thor.flp
force_look:
true
create_hdd:
dd if=/dev/zero of=hdd.img bs=512 count=20160
clean:
cd bootloader; $(MAKE) clean
cd kernel; $(MAKE) clean

View File

@ -1,5 +1,5 @@
display_library: sdl
magic_break: enabled=1
floppya: 1_44=thor.flp, status=inserted
ata0-master: type=disk, path="hdd.img", mode=flat, cylinders=20, heads=16, spt=63
ata0-master: type=disk, path="hdd.img", mode=flat, cylinders=1000, heads=16, spt=63
boot:floppy