diff options
Diffstat (limited to 'include/01.pocetak/boot00.s')
| -rw-r--r-- | include/01.pocetak/boot00.s | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/01.pocetak/boot00.s b/include/01.pocetak/boot00.s new file mode 100644 index 0000000..0e1bfbe --- /dev/null +++ b/include/01.pocetak/boot00.s @@ -0,0 +1,5 @@ +.set ALIGN, 1<<0 +.set MEMINFO, 1<<1 +.set FLAGS, ALIGN | MEMINFO +.set MAGIC, 0x1BADB002 +.set CHECKSUM, -(MAGIC + FLAGS) |
