diff --git a/Makefile b/Makefile index 03a9552..c0764de 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ LIBC_OBJ = $(LIBC_SOURCES:.c=.o) CC = $(shell cat psinfo/$(PLAT)/cc.txt) GDB = $(shell cat psinfo/$(PLAT)/gdb.txt) CFLAGS = -Isysroot/usr/include -Wextra -Wall -Wno-unused-parameter -g -ffreestanding -QFLAGS = -hda image.vdi -m 2G -boot d -cdrom os.iso -serial stdio #-chardev socket,id=s1,port=3000,host=localhost -serial chardev:s1 +QFLAGS = -hda image.img -m 2G -boot d -cdrom os.iso -serial stdio #-chardev socket,id=s1,port=3000,host=localhost -serial chardev:s1 .PHONY: sysroot diff --git a/image.img b/image.img new file mode 100644 index 0000000..eb1fe3f Binary files /dev/null and b/image.img differ