add a label qemu to start qemu with "our" default parameters
This commit is contained in:
parent
769502c840
commit
833513397f
1 changed files with 3 additions and 0 deletions
|
@ -57,6 +57,9 @@ $(NAME):
|
|||
@echo [OBJCOPY] $(NAME)
|
||||
$Q$(OBJCOPY) $(STRIP_DEBUG) $(NAME)
|
||||
|
||||
qemu: newlib tools $(NAME)
|
||||
qemu -no-kvm -smp 2 -net nic,model=rtl8139 -net user,hostfwd=tcp::12345-:7 -net dump -kernel metalsvm.bin -initrd tools/initrd.img
|
||||
|
||||
clean:
|
||||
$Q$(RM) $(NAME) $(SYM_NAME) *~
|
||||
$Q$(MAKE) -C tools clean
|
||||
|
|
Loading…
Add table
Reference in a new issue