Double hard disk size
This commit is contained in:
parent
5375fb38c4
commit
47ce8fce81
3
Makefile
3
Makefile
@ -28,6 +28,7 @@ USERSPACE = $(shell find userspace/ -type f -name '*.c') $(shell find userspace/
|
||||
UTILITIES = util/bin/readelf util/bin/typewriter util/bin/bim
|
||||
EMU = qemu-system-i386
|
||||
GENEXT = genext2fs
|
||||
DISK_SIZE = 262144
|
||||
DD = dd conv=notrunc
|
||||
BEG = util/mk-beg
|
||||
END = util/mk-end
|
||||
@ -143,7 +144,7 @@ toaruos-initrd: .passed
|
||||
toaruos-disk.img: .userspace-check
|
||||
@${BEG} "hdd" "Generating a Hard Disk image..."
|
||||
@-rm -f toaruos-disk.img
|
||||
@${GENEXT} -d hdd -q -b 131072 -N 4096 toaruos-disk.img ${ERRORS}
|
||||
@${GENEXT} -d hdd -q -b ${DISK_SIZE} -N 4096 toaruos-disk.img ${ERRORS}
|
||||
@${END} "hdd" "Generated Hard Disk image"
|
||||
@${INFO} "--" "Hard disk image is ready!"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user