mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-02 10:59:15 +00:00
docs: update build instructions
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
5
Makefile
5
Makefile
@ -111,6 +111,9 @@ setup:
|
||||
$(MAKE) prepare
|
||||
$(MAKE) tools
|
||||
|
||||
setup-no-qemu:
|
||||
$(MAKE) --quiet -C tools ci
|
||||
|
||||
build: build_kernel build_bootloader build_userspace build_drivers build_image
|
||||
|
||||
dump:
|
||||
@ -313,6 +316,8 @@ endif
|
||||
|
||||
vscode_debug: build_kernel build_userspace build_drivers build_image vscode_debug_only
|
||||
|
||||
debug: vscode_debug
|
||||
|
||||
qemu: qemu_vdisk clean_logs
|
||||
touch serial.log
|
||||
# x-terminal-emulator -e tail -f serial.log &
|
||||
|
Reference in New Issue
Block a user