xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b5592b4d2f0ea5f536b206979f829038c55d7ade
parent 92639b6ba95d1d960a9e808c7163f6d171b2e4a3
Author: Austin Clements <amdragon@mit.edu>
Date:   Tue, 31 Aug 2010 16:47:50 -0400

Start PDE defs on new page

Diffstat:
Mmmu.h | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/mmu.h b/mmu.h @@ -62,8 +62,6 @@ struct segdesc { #define STA_R 0x2 // Readable (executable segments) #define STA_A 0x1 // Accessed -// - // System segment type bits #define STS_T16A 0x1 // Available 16-bit TSS #define STS_LDT 0x2 // Local Descriptor Table @@ -78,7 +76,7 @@ struct segdesc { #define STS_IG32 0xE // 32-bit Interrupt Gate #define STS_TG32 0xF // 32-bit Trap Gate - +//PAGEBREAK! // A linear address 'la' has a three-part structure as follows: // // +--------10------+-------10-------+---------12----------+