diff --git a/boot.S b/boot.S new file mode 100644 index 0000000..b756567 --- /dev/null +++ b/boot.S @@ -0,0 +1,4 @@ +.globl _start +_start: +addi 1,1,1 +b _start