Fixed some more dodgy formatting
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
.set ALIGN, 1 << 0
|
.set ALIGN, 1 << 0
|
||||||
.set MEMINFO, 1 << 1
|
.set MEMINFO, 1 << 1
|
||||||
.set VIDMODE, 1 << 2
|
.set VIDMODE, 1 << 2
|
||||||
.set FLAGS, ALIGN | MEMINFO
|
.set FLAGS, ALIGN | MEMINFO
|
||||||
.set MAGIC, 0x1BADB002
|
.set MAGIC, 0x1BADB002
|
||||||
.set CHECKSUM, -(MAGIC + FLAGS)
|
.set CHECKSUM, -(MAGIC + FLAGS)
|
||||||
|
|
||||||
/* the amount of memory to allocate for bootstrap page directories. */
|
/* the amount of memory to allocate for bootstrap page directories. */
|
||||||
/* with buffer size 0x1000 (enough for exactly one page directory)
|
/* with buffer size 0x1000 (enough for exactly one page directory)
|
||||||
|
|||||||
Reference in New Issue
Block a user