diff --git a/Makefile b/Makefile index 299d6023..a95834f8 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/bochsrc.txt b/bochsrc.txt index 569f1038..7a67fcf1 100644 --- a/bochsrc.txt +++ b/bochsrc.txt @@ -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 \ No newline at end of file