Commit in reactos/ntoskrnl/ke/i386 on MAIN | |||
multiboot.S | -2 | 1.32 -> 1.33 |
Forgot to remove the space reservation for hal_pagetable
diff -u -r1.32 -r1.33 --- multiboot.S 4 Dec 2004 21:40:55 -0000 1.32 +++ multiboot.S 4 Dec 2004 21:48:45 -0000 1.33 @@ -362,8 +362,6 @@
kpcr_pagetable: .fill 4096, 1, 0
- - .fill 4096, 1, 0
_pagetable_end: _unmap_me: .fill 4096, 1, 0