Changeset 4841104 in mainline for src/main/main.c
- Timestamp:
- 2005-09-23T20:44:35Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- adecf496
- Parents:
- 23443b2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/main.c
r23443b2 r4841104 36 36 #include <proc/thread.h> 37 37 #include <proc/task.h> 38 #include <mm/vm.h>39 38 #include <main/kinit.h> 40 39 #include <cpu.h> 41 #include <mm/heap.h>42 40 43 41 #ifdef __SMP__ … … 49 47 50 48 #include <arch/mm/memory_init.h> 49 #include <mm/heap.h> 51 50 #include <mm/frame.h> 52 51 #include <mm/page.h> 53 52 #include <mm/tlb.h> 53 #include <mm/vm.h> 54 54 55 #include <synch/waitq.h> 55 56
Note:
See TracChangeset
for help on using the changeset viewer.