diff options
author | Robert Morris <[email protected]> | 2011-09-13 12:28:45 -0400 |
---|---|---|
committer | Robert Morris <[email protected]> | 2011-09-13 12:28:45 -0400 |
commit | 7e7cb106d0b2408794d814ae26ee945bdb83886a (patch) | |
tree | d009fbd789b78b1fb1f729d3bf10f24dae76367f /entry.S | |
parent | 90a81b32285ed8d9644b95777c1bc0c931cb69c5 (diff) | |
download | xv6-labs-7e7cb106d0b2408794d814ae26ee945bdb83886a.tar.gz xv6-labs-7e7cb106d0b2408794d814ae26ee945bdb83886a.tar.bz2 xv6-labs-7e7cb106d0b2408794d814ae26ee945bdb83886a.zip |
more regular kmap[] and description
Diffstat (limited to 'entry.S')
-rw-r--r-- | entry.S | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ multiboot_header: .globl _start _start = V2P_WO(entry) -# Entering xv6 on boot processor. Machine is mostly set up. +# Entering xv6 on boot processor, with paging off. .globl entry entry: # Turn on page size extension for 4Mbyte pages |