Linux on a Commodore C64
Linux on a Commodore C64
Linux on a Commodore C64. Contribute to onnokort/semu-c64 development by creating an account on GitHub.
You're viewing a single thread.
So, as is, a real C64 should be able to boot Linux within a week or so.
This made me laugh! But as an avid vintage computing fan, I applaud this effort.
I wonder if it runs common programs such as vim.
29 0 ReplyVim needs to be compiled to 6502 or you need to implememt an x86 emulator (not sure if it could run at all on a CPU that limited)
3 2 ReplyAn x86 emulator could in theory be implemented in a Commodore 64, given that it's a Turing-complete machine. Would it be practical, though? Hardly.
7 0 ReplyThe CPU could run vim even if it needs to emulate an x86. The problem is going to be RAM, the C64 just doesn't have enough. Even early versions vi took up most of the available RAM in a PDP-11/70.
8 1 ReplyThe post refers to a RISC-V emulator for C64. The Linux kernel booted is RISC-V, so you'd be vim for the same.
5 0 Reply