Changeset 2b3dd78 in mainline for kernel/generic/src/main
- Timestamp:
- 2018-01-31T12:02:00Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5595841
- Parents:
- a0a9cc2 (diff), 14d789c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- kernel/generic/src/main
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/main/kinit.c
ra0a9cc2 r2b3dd78 51 51 #include <proc/program.h> 52 52 #include <panic.h> 53 #include < func.h>53 #include <halt.h> 54 54 #include <cpu.h> 55 55 #include <arch/asm.h> -
kernel/generic/src/main/main.c
ra0a9cc2 r2b3dd78 67 67 #include <align.h> 68 68 #include <interrupt.h> 69 #include <str.h> 69 70 #include <mm/frame.h> 70 71 #include <mm/page.h> -
kernel/generic/src/main/shutdown.c
ra0a9cc2 r2b3dd78 38 38 #include <arch.h> 39 39 #include <proc/task.h> 40 #include < func.h>40 #include <halt.h> 41 41 #include <print.h> 42 42 #include <log.h>
Note:
See TracChangeset
for help on using the changeset viewer.
