mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-08-17 17:24:16 +00:00
Debugging with 1GB of ram
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user