From 78ee7d5717807e6ac779293d0d3c78341de6130a Mon Sep 17 00:00:00 2001 From: "Konstantin Kirik (snegovick)" Date: Sun, 28 Dec 2025 12:27:31 +0300 Subject: Move existing boards into subdits split per arch --- os/ipengine/README | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 os/ipengine/README (limited to 'os/ipengine/README') diff --git a/os/ipengine/README b/os/ipengine/README deleted file mode 100644 index 3572de78..00000000 --- a/os/ipengine/README +++ /dev/null @@ -1,40 +0,0 @@ -The ipEngine-1 is a Motorola MPC8xx-based small computer -made by Bright Star Engineering (www.brightstareng.com) -which also provides Linux and their own operating system for it. -It is an interesting hardware platform to do network-oriented Inferno -applications. - -The ipEngine is unusual in including an FPGA (Altera Flex 6016). -See fpga(3) and fpgaload(8). -We are also working on software to help program the thing. - - -Booting the ipEngine - -0. serial cable (port 1, 9600 baud), ether, power etc. - -1. make appropriate entries for your site in flash - using the BSE monitor: - - set netmask 255.255.255.0 - set nameserver 200.1.1.11 - set server 200.1.1.11 - set serverip 200.1.1.11 - set gateway 200.1.1.50 - set hostname stella - set domain vitanuova.com - set myip 200.1.1.96 - -2. add an entry to do the boot by tftp: - - set bootcmd "load /usr/inferno/os/ipengine/iipe 3000; go 3020" - - contrary to the BSE documentation this loads any - binary file at the given address. the -b option - doesn't seem to be needed. - -3. reset - it should load and start the kernel - -Vita Nuova -16 July 2003 -- cgit v1.2.3