FreeCalypso > hg > fc-selenite
view src/cs/system/Main/main.c @ 38:b4eeda6fa576
src/nucleus/rld.c: corrected ID string: we are not a demo
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Mon, 16 Jul 2018 23:56:58 +0000 |
| parents | b6a5e36de839 |
| children |
line wrap: on
line source
/* trivial reconstruction from disassembly */ Application_Initialize() { Init_Target(); Init_Drivers(); Cust_Init_Layer1(); Init_Serial_Flows(); StartFrame(); Init_Unmask_IT(); }
