Fixed some more dodgy formatting

This commit is contained in:
2022-12-14 18:44:46 +00:00
parent 48f00ba3b1
commit 51e065faaf

View File

@@ -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)