Skip to content

Commit

Permalink
DEBUG - switch to vga text console
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ab authored and jklmnn committed Aug 12, 2018
1 parent f5ed98d commit cc811fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tool/run/boot_dir/nova
Expand Up @@ -108,7 +108,7 @@ proc run_boot_dir {binaries} {
puts $fh "set timeout=0"

# choose best graphic mode
puts $fh "set gfxpayload=auto"
#puts $fh "set gfxpayload=auto"

if {[have_include image/uefi]} {
puts $fh "insmod gfxterm"
Expand All @@ -119,8 +119,8 @@ proc run_boot_dir {binaries} {
}

# set this to get text console instead of graphical console
# puts $fh "terminal_input console"
# puts $fh "terminal_output console"
puts $fh "terminal_input console"
puts $fh "terminal_output console"

puts $fh "menuentry 'Genode on NOVA' {"
puts $fh " insmod multiboot2"
Expand Down

0 comments on commit cc811fc

Please sign in to comment.