Better commenting

This commit is contained in:
Aurora
2016-04-04 18:19:00 +02:00
parent 0001f301f8
commit bb437f6f7b
6 changed files with 20 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
firm_addr equ 0x24000000 ; Temporary location where we'll load the FIRM to
firm_maxsize equ 0x200000 ; Random value that's bigger than any of the currently known firm's sizes.
kernel_code equ 0x080F0000
kernel_code equ 0x080F0000 ; Offset to copy the Kernel9 code to
.create "reboot.bin", 0
.arm