Skip to content
Snippets Groups Projects
Select Git revision
  • eb7bfcb28697f6fb2d4d933bc39233aa15423a20
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

compile.c

Blame
  • flash-bootloader.gdb 110 B
    source init.gdb
    
    set confirm off
    
    echo #### BOOTLOADER ####\n
    load build/bootloader/bootloader.elf
    reset
    quit