- Timestamp:
- 2005-11-01T22:14:56Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dbd1059
- Parents:
- 1a70350
- Location:
- generic
- Files:
-
- 78 moved
-
include/align.h (moved) (moved from include/align.h )
-
include/arch.h (moved) (moved from include/arch.h )
-
include/byteorder.h (moved) (moved from include/byteorder.h )
-
include/config.h (moved) (moved from include/config.h )
-
include/context.h (moved) (moved from include/context.h )
-
include/cpu.h (moved) (moved from include/cpu.h )
-
include/debug.h (moved) (moved from include/debug.h )
-
include/fb/font-8x16.h (moved) (moved from include/fb/font-8x16.h )
-
include/fpu_context.h (moved) (moved from include/fpu_context.h )
-
include/func.h (moved) (moved from include/func.h )
-
include/list.h (moved) (moved from include/list.h )
-
include/main/kinit.h (moved) (moved from include/main/kinit.h )
-
include/main/uinit.h (moved) (moved from include/main/uinit.h )
-
include/memstr.h (moved) (moved from include/memstr.h )
-
include/mm/buddy.h (moved) (moved from include/mm/buddy.h )
-
include/mm/frame.h (moved) (moved from include/mm/frame.h )
-
include/mm/heap.h (moved) (moved from include/mm/heap.h )
-
include/mm/page.h (moved) (moved from include/mm/page.h )
-
include/mm/tlb.h (moved) (moved from include/mm/tlb.h )
-
include/mm/vm.h (moved) (moved from include/mm/vm.h )
-
include/panic.h (moved) (moved from include/panic.h )
-
include/preemption.h (moved) (moved from include/preemption.h )
-
include/print.h (moved) (moved from include/print.h )
-
include/proc/scheduler.h (moved) (moved from include/proc/scheduler.h )
-
include/proc/task.h (moved) (moved from include/proc/task.h )
-
include/proc/thread.h (moved) (moved from include/proc/thread.h )
-
include/putchar.h (moved) (moved from include/putchar.h )
-
include/smp/ipi.h (moved) (moved from include/smp/ipi.h )
-
include/smp/smp.h (moved) (moved from include/smp/smp.h )
-
include/sort.h (moved) (moved from include/sort.h )
-
include/stackarg.h (moved) (moved from include/stackarg.h )
-
include/stdarg.h (moved) (moved from include/stdarg.h )
-
include/symtab.h (moved) (moved from include/symtab.h )
-
include/synch/condvar.h (moved) (moved from include/synch/condvar.h )
-
include/synch/mutex.h (moved) (moved from include/synch/mutex.h )
-
include/synch/rwlock.h (moved) (moved from include/synch/rwlock.h )
-
include/synch/semaphore.h (moved) (moved from include/synch/semaphore.h )
-
include/synch/spinlock.h (moved) (moved from include/synch/spinlock.h )
-
include/synch/synch.h (moved) (moved from include/synch/synch.h )
-
include/synch/waitq.h (moved) (moved from include/synch/waitq.h )
-
include/test.h (moved) (moved from include/test.h )
-
include/time/clock.h (moved) (moved from include/time/clock.h )
-
include/time/delay.h (moved) (moved from include/time/delay.h )
-
include/time/timeout.h (moved) (moved from include/time/timeout.h )
-
include/typedefs.h (moved) (moved from include/typedefs.h )
-
include/userspace.h (moved) (moved from include/userspace.h )
-
src/cpu/cpu.c (moved) (moved from src/cpu/cpu.c )
-
src/debug/print.c (moved) (moved from src/debug/print.c )
-
src/debug/symtab.c (moved) (moved from src/debug/symtab.c )
-
src/fb/font-8x16.c (moved) (moved from src/fb/font-8x16.c )
-
src/lib/func.c (moved) (moved from src/lib/func.c )
-
src/lib/list.c (moved) (moved from src/lib/list.c )
-
src/lib/memstr.c (moved) (moved from src/lib/memstr.c )
-
src/lib/sort.c (moved) (moved from src/lib/sort.c )
-
src/main/kinit.c (moved) (moved from src/main/kinit.c ) (1 diff)
-
src/main/main.c (moved) (moved from src/main/main.c )
-
src/main/uinit.c (moved) (moved from src/main/uinit.c )
-
src/mm/buddy.c (moved) (moved from src/mm/buddy.c )
-
src/mm/frame.c (moved) (moved from src/mm/frame.c )
-
src/mm/heap.c (moved) (moved from src/mm/heap.c )
-
src/mm/page.c (moved) (moved from src/mm/page.c )
-
src/mm/tlb.c (moved) (moved from src/mm/tlb.c )
-
src/mm/vm.c (moved) (moved from src/mm/vm.c )
-
src/preempt/preemption.c (moved) (moved from src/preempt/preemption.c )
-
src/proc/scheduler.c (moved) (moved from src/proc/scheduler.c )
-
src/proc/task.c (moved) (moved from src/proc/task.c )
-
src/proc/the.c (moved) (moved from src/proc/the.c )
-
src/proc/thread.c (moved) (moved from src/proc/thread.c )
-
src/smp/ipi.c (moved) (moved from src/smp/ipi.c )
-
src/synch/condvar.c (moved) (moved from src/synch/condvar.c )
-
src/synch/mutex.c (moved) (moved from src/synch/mutex.c )
-
src/synch/rwlock.c (moved) (moved from src/synch/rwlock.c )
-
src/synch/semaphore.c (moved) (moved from src/synch/semaphore.c )
-
src/synch/spinlock.c (moved) (moved from src/synch/spinlock.c )
-
src/synch/waitq.c (moved) (moved from src/synch/waitq.c )
-
src/time/clock.c (moved) (moved from src/time/clock.c )
-
src/time/delay.c (moved) (moved from src/time/delay.c )
-
src/time/timeout.c (moved) (moved from src/time/timeout.c )
Legend:
- Unmodified
- Added
- Removed
-
generic/src/main/kinit.c
r1a70350 r169c408 72 72 * Create the kmp thread and wait for its completion. 73 73 * cpu1 through cpuN-1 will come up consecutively and 74 * not mess together with kcpulb and klwtmthreads.74 * not mess together with kcpulb threads. 75 75 * Just a beautification. 76 76 */
Note:
See TracChangeset
for help on using the changeset viewer.
