k0Iry / xv6-jos-i386-lab

All Labs implementation of 6.828 2018 OS course of MIT.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support super pages by enable PTE_PS for appropriate processors like pentium

k0Iry opened this issue · comments

  1. How to use PTE_PS flag to enable larger page size (4 MB) ?

Maybe need to use qemu-system-x86_64 processor, could go back and have a try, now I just add show memory mapping function

let's see if we could find any clue in xv6-public source code....

f88072d

Resolved!