mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +00:00
Debugging with 1GB of ram
This commit is contained in:
parent
b2e9fb979c
commit
281ca41f6e
2
Makefile
2
Makefile
@ -163,7 +163,7 @@ endif
|
|||||||
|
|
||||||
vscode_debug: build_kernel build_userspace build_drivers build_image
|
vscode_debug: build_kernel build_userspace build_drivers build_image
|
||||||
rm -f serial.log profiler.log memtrk.dmp serial4.dmp network.dmp
|
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 4G $(QEMUFLAGS) -smp $(shell echo $(shell nproc)/4 | bc)
|
$(QEMU) -S -gdb tcp::1234 -d int -no-reboot -no-shutdown $(QEMU_UEFI_BIOS) -m 1G $(QEMUFLAGS) -smp $(shell echo $(shell nproc)/4 | bc)
|
||||||
|
|
||||||
qemu: qemu_vdisk
|
qemu: qemu_vdisk
|
||||||
rm -f serial.log profiler.log memtrk.dmp serial4.dmp network.dmp
|
rm -f serial.log profiler.log memtrk.dmp serial4.dmp network.dmp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user