Changeset fcfac420 in mainline for arch/ia32/src/mm/page.c
- Timestamp:
- 2005-12-10T01:02:31Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6095342
- Parents:
- 973be64e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/mm/page.c
r973be64e rfcfac420 40 40 #include <memstr.h> 41 41 #include <print.h> 42 #include <interrupt.h> 42 43 43 44 static __address bootstrap_dba; … … 60 61 page_mapping_insert(PA2KA(cur), cur, PAGE_CACHEABLE, KA2PA(dba)); 61 62 62 trap_register(14, page_fault);63 exc_register(14, "page_fault", page_fault); 63 64 write_cr3(KA2PA(dba)); 64 65 }
Note:
See TracChangeset
for help on using the changeset viewer.