const_void@lemmy.ml to Linux@lemmy.ml · 1 year agoLinux on a Commodore C64github.comexternal-linkmessage-square7fedilinkarrow-up182arrow-down10
arrow-up182arrow-down1external-linkLinux on a Commodore C64github.comconst_void@lemmy.ml to Linux@lemmy.ml · 1 year agomessage-square7fedilink
minus-squareEl Barto@lemmy.worldlinkfedilinkarrow-up18·1 year ago 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.
minus-squarepewpew@feddit.itlinkfedilinkarrow-up2arrow-down1·1 year agoVim 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)
minus-squarecmnybo@discuss.tchncs.delinkfedilinkEnglisharrow-up6·1 year agoThe 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.
minus-squareEl Barto@lemmy.worldlinkfedilinkarrow-up5·1 year agoAn 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.
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.
Vim 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)
The 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.
An 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.