some cleanup

This commit is contained in:
Frans Kaashoek 2010-07-25 20:30:21 -04:00
parent af03ab142d
commit 30f5bf0548
5 changed files with 45 additions and 32 deletions

1
mmu.h
View file

@ -148,7 +148,6 @@ struct segdesc {
#define PTE_ADDR(pte) ((uint) (pte) & ~0xFFF)
typedef uint pte_t;
typedef uint pde_t;
// Control Register flags
#define CR0_PE 0x00000001 // Protection Enable