diff options
| author | Charles.Forsyth <devnull@localhost> | 2006-12-22 21:39:35 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2006-12-22 21:39:35 +0000 |
| commit | 74a4d8c26dd3c1e9febcb717cfd6cb6512991a7a (patch) | |
| tree | c6e220ba61db3a6ea4052e6841296d829654e664 /os/cerf1110/README | |
| parent | 46439007cf417cbd9ac8049bb4122c890097a0fa (diff) | |
20060303
Diffstat (limited to 'os/cerf1110/README')
| -rw-r--r-- | os/cerf1110/README | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/os/cerf1110/README b/os/cerf1110/README new file mode 100644 index 00000000..5354030c --- /dev/null +++ b/os/cerf1110/README @@ -0,0 +1,22 @@ +Booting Inferno on a Cerf cube + +Build the /usr/inferno/os/cerf1110 kernel into /usr/inferno/os/cerf1110/icerf: + mk +It uses common SA1110 code in ../sa1110, as well as ../port etc. + +Make that icerf file available to the cerf cube by tftp. How you do that depends on +your host system. + +It should then be easy: + +1. Reset the cerf cube (power off/on), and quickly, during `Waiting for RTC to stabilize' + hit a key. + +2. type + tftp /usr/inferno/os/cerf1110/icerf c0008000 + with appropriate substitution for file name. + +3. on success + boot c0008000 0 0 + +it should run. |
