Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
Mk | H A D | 22-Dec-2006 | 162 | 9 | 6 | |
README | H A D | 22-Dec-2006 | 566 | 23 | 15 | |
archcerf.c | H A D | 22-Dec-2006 | 2.7 KiB | 178 | 138 | |
cerf | H A D | 02-Sep-2010 | 1.7 KiB | 163 | 147 | |
dat.h | H A D | 22-Dec-2006 | 2.5 KiB | 136 | 100 | |
devata.c | H A D | 22-Dec-2006 | 22.8 KiB | 1,201 | 914 | |
devcerf.c | H A D | 22-Dec-2006 | 1.9 KiB | 129 | 111 | |
ether8900.c | H A D | 22-Dec-2006 | 13.8 KiB | 703 | 553 | |
fns.h | H A D | 22-Dec-2006 | 4.9 KiB | 180 | 173 | |
io.h | H A D | 22-Dec-2006 | 32 | 2 | 1 | |
main.c | H A D | 22-Dec-2006 | 3.5 KiB | 256 | 194 | |
mem.h | H A D | 22-Dec-2006 | 6.9 KiB | 201 | 130 | |
mkfile | H A D | 22-Dec-2006 | 2.2 KiB | 102 | 76 |
README
1Booting Inferno on a Cerf cube 2 3Build the /usr/inferno/os/cerf1110 kernel into /usr/inferno/os/cerf1110/icerf: 4 mk 5It uses common SA1110 code in ../sa1110, as well as ../port etc. 6 7Make that icerf file available to the cerf cube by tftp. How you do that depends on 8your host system. 9 10It should then be easy: 11 121. Reset the cerf cube (power off/on), and quickly, during `Waiting for RTC to stabilize' 13 hit a key. 14 152. type 16 tftp /usr/inferno/os/cerf1110/icerf c0008000 17 with appropriate substitution for file name. 18 193. on success 20 boot c0008000 0 0 21 22it should run. 23