remove obsolete entry
This commit is contained in:
parent
6bdff29b11
commit
b447d78179
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ $(NAME):
|
|||
$Q$(OBJCOPY_FOR_TARGET) $(STRIP_DEBUG) $(NAME)
|
||||
|
||||
qemu: newlib tools $(NAME)
|
||||
qemu -cpu pentium -smp 2 -net nic,model=rtl8139 -net user,hostfwd=tcp::12345-:7 -net dump -kernel metalsvm.bin -initrd tools/initrd.img
|
||||
qemu -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) *~
|
||||
|
|
Loading…
Add table
Reference in a new issue