Changeset b07769b6 in mainline for arch/ia32/src/mm/page.c
- Timestamp:
- 2005-08-19T13:12:32Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f4a61ef
- Parents:
- 6a4177a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/mm/page.c
r6a4177a rb07769b6 37 37 #include <synch/spinlock.h> 38 38 #include <debug.h> 39 40 /*41 * Note.42 * This is the preliminary code for controlling paging mechanism on ia32. It is43 * needed by other parts of the kernel for its ability to map virtual addresses44 * to physical. SMP code relies on this feature. Other than that, this code is45 * by no means meant to implement virtual memory in terms of swapping pages in46 * and out.47 */48 39 49 40 __address bootstrap_dba;
Note:
See TracChangeset
for help on using the changeset viewer.