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