Skip to content
Charles Perkins edited this page Jan 8, 2019 · 4 revisions

Emulated - Binary

  • Download the Linux, Mac, or Windows binary
  • Download the RISC os disc image
  • Download the RISC os firmware file
  • run the emulator -- ./rem -c 1 -v 0 -i Oberon-2016-08-02.dsk -d opengl -f -

Emulated - From Source

  • install go
  • go get the risc emulator (rem) project dependencies
  • git clone /~https://github.com/io-core/io.git
  • go build rem.go
  • run the emulator -- ./rem -c 1 -v 0 -i Oberon-2016-08-02.dsk -d opengl -f -

Bare Metal

  • port everything to your favorite hardware platform
  • boot that
Clone this wiki locally