Add new partitioned image
This commit is contained in:
parent
21f6633a23
commit
489187a907
2
Makefile
2
Makefile
@ -7,7 +7,7 @@ LIBC_OBJ = $(LIBC_SOURCES:.c=.o)
|
|||||||
CC = $(shell cat psinfo/$(PLAT)/cc.txt)
|
CC = $(shell cat psinfo/$(PLAT)/cc.txt)
|
||||||
GDB = $(shell cat psinfo/$(PLAT)/gdb.txt)
|
GDB = $(shell cat psinfo/$(PLAT)/gdb.txt)
|
||||||
CFLAGS = -Isysroot/usr/include -Wextra -Wall -Wno-unused-parameter -g -ffreestanding
|
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
|
.PHONY: sysroot
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user