From 789bde3d1e6f8f1f66d399b232e61806c68d85a3 Mon Sep 17 00:00:00 2001 From: Baptiste Wicht Date: Sat, 2 Nov 2013 17:28:17 +0100 Subject: [PATCH] Update the FAT32 file --- Makefile | 3 --- bochsrc.txt | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) 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