some cleanup
This commit is contained in:
parent
af03ab142d
commit
30f5bf0548
5 changed files with 45 additions and 32 deletions
1
mmu.h
1
mmu.h
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue