Add dependencies for user-space programs on FreeBSD

This commit is contained in:
Xavier L'Heureux 2020-05-03 18:57:52 -04:00
parent 7cc5e1eac9
commit 6fa84e73fa
No known key found for this signature in database
GPG key ID: A06A06A3924D1F17
5 changed files with 15 additions and 3 deletions

View file

@ -45,8 +45,13 @@ endif
#,int,pcall
#-device intel-iommu
ifeq ($(UNAME),Linux)
build/extra.bin:
fallocate --posix --length 1G $@
else
build/extra.bin:
truncate -s 1g $@
endif
qemu: build/harddrive.bin build/extra.bin
$(QEMU) $(QEMUFLAGS) \