const_void@lemmy.ml to Linux@lemmy.ml · 3 years agoLinux on a Commodore C64github.comexternal-linkmessage-square6linkfedilinkarrow-up1122arrow-down10
arrow-up1122arrow-down1external-linkLinux on a Commodore C64github.comconst_void@lemmy.ml to Linux@lemmy.ml · 3 years agomessage-square6linkfedilink
minus-squarepewpewlinkfedilinkarrow-up3arrow-down2·3 years 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-up8arrow-down1·3 years 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-squareHarriPotero@lemmy.worldlinkfedilinkarrow-up4·3 years agoThe post refers to a RISC-V emulator for C64. The Linux kernel booted is RISC-V, so you’d be vim for the same.
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.
Removed by mod
deleted by creator
The post refers to a RISC-V emulator for C64. The Linux kernel booted is RISC-V, so you’d be vim for the same.