mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-02 19:09:16 +00:00
Update configs
This commit is contained in:
3
Makefile
3
Makefile
@ -183,7 +183,7 @@ QEMU_SMP_DBG = -smp 4
|
||||
QEMU_SMP = -smp 4
|
||||
endif
|
||||
|
||||
vscode_debug: build_kernel build_userspace build_drivers build_image
|
||||
vscode_debug: build_lynx build_kernel build_userspace build_drivers build_image
|
||||
rm -f serial.log profiler.log memtrk.dmp serial4.dmp network.dmp
|
||||
$(QEMU) -S -gdb tcp::1234 -d int -no-reboot -no-shutdown $(QEMU_UEFI_BIOS) -m 1G $(QEMUFLAGS) $(QEMU_SMP_DBG)
|
||||
|
||||
@ -208,6 +208,7 @@ clean:
|
||||
rm -f initrd/system/*.raw
|
||||
rm -f initrd/system/*.so
|
||||
rm -f initrd/system/*.a
|
||||
rm -f initrd/system/bin/*.elf
|
||||
rm -f initrd/system/lib/*.a
|
||||
rm -f initrd/system/lib/*.raw
|
||||
rm -f initrd/system/lib/*.so
|
||||
|
Reference in New Issue
Block a user