diff --git a/arch/x86_64/start_32.S b/arch/x86_64/start_32.S index dd50cbd..bf5c524 100644 --- a/arch/x86_64/start_32.S +++ b/arch/x86_64/start_32.S @@ -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)