- use a physical page for natfeat debug output for now

- add 040 cpu and mmu stuff
- use leftover from the page root table to put interrupt vector table to set VBR to


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26627 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2008-07-25 00:25:27 +00:00
parent 3f59678453
commit 36ee9f5c62
13 changed files with 248 additions and 16 deletions
@@ -29,6 +29,9 @@ typedef struct {
// page root table
uint32 phys_pgroot;
uint32 vir_pgroot;
// interrupt vector table (VBR)
uint32 phys_vbr;
uint32 vir_vbr;
//XXX:
addr_range page_table; // virtual address and size of the page table
addr_range exception_handlers;