Changeset 30ef8ce in mainline
- Timestamp:
- 2005-05-01T11:06:34Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2a0047fc
- Parents:
- ed0dd65
- Files:
-
- 19 added
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
doc/requirements
red0dd65 r30ef8ce 35 35 EMULATORS AND VIRTUALIZERS 36 36 o msim 37 38 ia64 port 39 ========= 40 41 HARDWARE REQUIREMENTS 42 o no real hardware supported 43 44 EMULATORS AND VIRTUALIZERS 45 o ski -
src/Makefile.config
red0dd65 r30ef8ce 6 6 7 7 # Support for symetric multiprocessors 8 SMP=__SMP__8 #SMP=__SMP__ 9 9 10 10 # Improved support for hyperthreading -
src/mm/vm.c
red0dd65 r30ef8ce 31 31 #include <mm/frame.h> 32 32 #include <mm/tlb.h> 33 #include <mm/heap.h> 33 34 #include <arch/mm/page.h> 34 35 #include <arch/types.h> -
src/proc/task.c
red0dd65 r30ef8ce 30 30 #include <proc/task.h> 31 31 #include <mm/vm.h> 32 #include <mm/heap.h> 32 33 33 34 #include <synch/spinlock.h>
Note:
See TracChangeset
for help on using the changeset viewer.