-
Rev2, with Working CompactFlash
12/28/2022 at 20:33 • 0 commentsI've finally built a second revision of the latest board, which fixes the issue with the CompactFlash card's DSACK generation. See here for more details. With the latest board, it can now load and boot the kernel from the CompactFlash card. I fixed the mistaken footprints for the 74HC253 chips as well, and spaced the logic chips out more, to make it easier to assemble and bodge. It was a dream to assembly, by comparison to the first revision. I think it took me 4 to 6 hours in total, where the previous revision took 4 days of 6 - 8h each.
I honestly haven't touched it much after getting it working. I've been distracted by another project. But eventually I'll get around to modifying the kernel to allow virtual memory and isolated address spaces for processes, as well as work on the eventual multi-card computer version. -
It Works!
12/18/2021 at 05:44 • 0 commentsThe board will run the monitor software and boot the OS. I still have a problem with the CompactFlash card, but everything else seems to be working. I'm so happy, especially after making a mistake and using the wrong footprint for the two 16SSOP logic chips. I had to bend the pins under the package and try to solder them upside down, without hot air, just a fine tipped soldering iron.
-
k30-SBC Boards Are In
12/16/2021 at 06:14 • 0 commentsThe k30-SBC boards arrived yesterday and the most minimal build to get the 68030 free running is working!
-
Moa - An Emulator for Computie
11/27/2021 at 02:50 • 0 commentsI've been working on an emulator written in Rust called Moa which is capable of emulating Computie. It will open two pseudoterminals on the host linux computer for the TTY and SLIP connections that Computie OS uses, and launches a terminal emulator to connect to the TTY. Check it out on github for more info
-
Bootstrapping a Homebuilt Computer Using An Arduino
09/10/2021 at 21:52 • 0 commentsI wrote a post about how I started this project, up until making the first PCB. Bootstrapping a Homebuilt Computer Using An Arduino Let me know what you think