foc: make serial esc functional

This commit is contained in:
Alexander Boettcher 2020-07-09 20:45:44 +02:00 committed by Norman Feske
parent fcb0ca305c
commit c9f2847420

View File

@ -113,7 +113,7 @@ proc run_boot_dir_x86 {binaries} {
puts $fh " insmod multiboot"
puts $fh " multiboot /boot/bender"
puts $fh " module /boot/bootstrap"
puts $fh " module /boot/kernel [fiasco_serial_esc_arg]"
puts $fh " module /boot/kernel fiasco [fiasco_serial_esc_arg]"
puts $fh " module /boot/sigma0"
puts $fh " module /boot/image.elf"
puts $fh "}"