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