May 8, 2021
Playing with the kids on a Saturday morning
(Much faster on Linux, thanks to -enable-kvm.)
git clone https://github.com/akkartik/mu
cd mu
dd if=/dev/zero of=data.img count=20160
dd of=data.img conv=notrunc < shell/data.limg
./translate shell/*.mu # gen code.img
qemu-system-i386 -enable-kvm -m 2G -hda code.img -hdb data.img
This post is part of my Freewheeling Apps Devlog.
Comments gratefully appreciated. Please send them to me by any method of your choice and I'll include them here.