[Oberon] Emulating an RS-232 line with the Oberon emulator

Andreas Pirklbauer andreas_pirklbauer at yahoo.com
Thu Oct 26 00:52:02 CEST 2017


> --boot-from-serial is implemented now as well.


Thanks. it works!


It was tested it with some small standalone test programs,
but also with the Oberon build-up boot file (Oberon0.bin):

1) Linker.Link Oberon0 ~   # create the file 'Oberon.bin'
2) cp S3RISCinstall/RISC.img host.dsk
3) ./risc --serial-in pipe2 --serial-out pipe1 --boot-from-serial &
4) ./risc --serial-in pipe1 --serial-out pipe2 host.dsk &
5) ORC.Load Oberon0 ~   # run this on the instance started in 4)

=> Will load 'Oberon0.bin' from the Oberon instance started
in step 4). i.e. the “host” machine running module ORC, over
the “serial line” (i.e. the pipe) to the instance started in
step 3) and start its execution. So just like the "build-up”
boot process initiated over a “real” serial line.

-AP

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.inf.ethz.ch/pipermail/oberon/attachments/20171026/1d0d1757/attachment.html>


More information about the Oberon mailing list