- 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user