Hello.
I am a software engineer, not a hardware engineer, and have never used an FPGA, but I am currently trying to understand this:
https://cod5.com/citizen-computer.html
I have written an operating system (PDOS at http://pdos.org) for the 80386 and some other environments - in particular the latest design (PDOS-generic) is meant to be portable, with a pseudo-bios layer.
The thing that is unusual is that this OS is public domain (explicit notice), not just open source.
And there is only one CPU available that we know of that has a public domain VHDL, which is Plasma, which uses the MIPS instruction set.
So we are now looking at matching these things up.
We have public domain tools too, but the C compiler is not yet C90-compliant so currently I use an old gcc for that.
The author of that first website has documented a desktop for a bit over US$300.
I found this forum while looking for a laptop that already has a FPGA in it.
Can someone tell me what is required to get a functioning public domain laptop? Or any comment on the feasibility of the proposed desktop above?
Thanks. Paul.