diff options
Diffstat (limited to 'mmu.h')
-rw-r--r-- | mmu.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,6 +1,4 @@ -/* - * This file contains definitions for the x86 memory management unit (MMU). - */ +// This file contains definitions for the x86 memory management unit (MMU). // Eflags register #define FL_CF 0x00000001 // Carry Flag |