int main(void) { ReadID(); GtInitNand(); BootBottomHalf(); return 'm'; } |
int main() { InitSysCrit(); ShowSysInfo(); AutoBootKernel(); InitCmdQueue(); while (1) { char buf[MAX_ARG_LEN]; CommandRead(buf); // if argc < 0 CommandExec(buf); } return 0; } |
欢迎光临 Chinaunix (http://bbs.chinaunix.net/) | Powered by Discuz! X3.2 |