Changeset 9c0a9b3 in mainline for arch/ia32/src/mm/page.c
- Timestamp:
- 2005-08-30T19:44:27Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d0c30f7
- Parents:
- 8fc0d455
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/mm/page.c
r8fc0d455 r9c0a9b3 37 37 #include <synch/spinlock.h> 38 38 #include <debug.h> 39 #include <memstr.h> 39 40 40 41 __address bootstrap_dba; … … 72 73 73 74 dba = frame_alloc(FRAME_KA | FRAME_PANIC); 74 memcopy( bootstrap_dba, dba, PAGE_SIZE);75 memcopy((void *)dba,(void *)bootstrap_dba , PAGE_SIZE); //swaped 75 76 write_cr3(KA2PA(dba)); 76 77 }
Note:
See TracChangeset
for help on using the changeset viewer.