💾 Archived View for dioskouroi.xyz › thread › 29411936 captured on 2021-12-04 at 18:04:22. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

Research Unix v7 for Raspberry Pi

Author: sohkamyung

Score: 14

Comments: 2

Date: 2021-12-02 02:49:46

Web Link

________________________________________________________________________________

johndoe0815 wrote at 2021-12-02 04:12:37:

Works for me in qemu, but remember to provide an SD card image as mentioned in the README before you run "make tools/sd.img" - e.g. the one in the releases

https://github.com/r1mikey/research-unix-v7/releases/downloa...

Otherwise, qemu will start up complaining about a large number of invalid memory accesses.

Unfortunately, there is no port of pcc (the portable C compiler -

http://pcc.ludd.ltu.se

) available, so the system isn't self hosting (yet...) :).

r1mikey wrote at 2021-12-02 20:10:28:

Good to know that to works for you!

This is a bit of a backburner project for me, and there's still quite a lot of userspace code that remains to be ported (in addition to doing spl* properly). I'd love to (eventually) get around to making it self-hosting. That'll be a chunk of work (an assembler and a linker would be needed), but it'd be a good state to leave things in.