Changeset f4338d2 in mainline for generic/src/main
- Timestamp:
- 2005-11-26T22:48:17Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a8c48241
- Parents:
- ff3b3197
- Location:
- generic/src/main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/main/kinit.c
rff3b3197 rf4338d2 28 28 29 29 #include <main/kinit.h> 30 #include <main/kconsole.h>31 30 #include <main/uinit.h> 32 31 #include <config.h> … … 46 45 #include <memstr.h> 47 46 #include <console/console.h> 47 #include <console/kconsole.h> 48 48 49 49 #ifdef CONFIG_SMP -
generic/src/main/main.c
rff3b3197 rf4338d2 37 37 #include <proc/task.h> 38 38 #include <main/kinit.h> 39 #include < main/kconsole.h>39 #include <console/kconsole.h> 40 40 #include <cpu.h> 41 41 #include <align.h>
Note:
See TracChangeset
for help on using the changeset viewer.
