OSDN Git Service

プロセスイメージ読込と起動を実装
authorMochi <master.c.mochi@gmail.com>
Fri, 28 Jul 2017 13:03:54 +0000 (22:03 +0900)
committerMochi <master.c.mochi@gmail.com>
Fri, 28 Jul 2017 13:03:54 +0000 (22:03 +0900)
commit2c73c06b7092635f3af3c26b3b26a0098a58a3eb
tree8e195852e0eb441c9aac4c3b7189037add1fed40
parent83b042012c209d36b0146fcd73a116e3c25dc8a7
プロセスイメージ読込と起動を実装
.gitignore
build/Makefile
src/booter/Debug/DebugLog.c
src/booter/InitCtrl/InitCtrlInit32.c
src/booter/LoadMng/LoadMngProc.c [new file with mode: 0644]
src/booter/Makefile
src/booter/include/Cmn.h
src/booter/include/LoadMng.h
src/include/kernel/MochiKernel.h
src/kernel/InitCtrl/InitCtrlInit.c
src/tools/makeimg/makeimg.c