added bochs target to Makefile
git-svn-id: svn://anubis/hos/trunk@86 5b3e749e-e535-0410-8002-a9bb6afbdfca
This commit is contained in:
parent
b6bebfd9b4
commit
cdea1602d5
5
Makefile
5
Makefile
@ -3,6 +3,7 @@ KERNEL_FILE := hos.gz
|
||||
MKISOFS := genisoimage
|
||||
ISO := hos.iso
|
||||
QEMU := qemu-system-x86_64
|
||||
BOCHS := bochs
|
||||
|
||||
# default target: build the kernel and ISO image
|
||||
all: kernel iso
|
||||
@ -26,6 +27,10 @@ $(ISO): kernel
|
||||
qemu: iso
|
||||
$(QEMU) -cdrom $(ISO) -boot d -m 384 -localtime
|
||||
|
||||
.PHONY: bochs
|
||||
bochs: iso
|
||||
-$(BOCHS)
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
$(MAKE) -C kernel clean
|
||||
|
Loading…
x
Reference in New Issue
Block a user