Update coreutils
This commit is contained in:
parent
c85d1270c5
commit
6fb9ac1ecc
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -247,7 +247,7 @@ qemu: build/harddrive.bin
|
|||
$(QEMU) $(QEMUFLAGS) -drive file=$<,format=raw
|
||||
|
||||
qemu_extra: build/harddrive.bin
|
||||
dd if=/dev/zero of=build/extra.bin bs=1G count=8
|
||||
if [ ! -e build/extra.bin ]; then dd if=/dev/zero of=build/extra.bin bs=1M count=1024; fi
|
||||
$(QEMU) $(QEMUFLAGS) -drive file=$<,format=raw -drive file=build/extra.bin,format=raw
|
||||
|
||||
qemu_no_build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue