debug output serial into a file

This commit is contained in:
Mathieu Maret 2021-11-03 23:36:48 +01:00
parent afb622e17a
commit 7c227a730c
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@ add-symbol-file kernel.sym
source custom_gdb_extension.py
#For ASM sources
directory arch/x86/:core
target remote | qemu-system-i386 -S -gdb stdio -kernel kernel -m 16M
target remote | qemu-system-i386 -S -gdb stdio -kernel kernel -m 16M -serial file:serialOut