logo

2021-08-15: A network-less browser built up from machine code

time3 yr agoview1 views

I couldn't search all of the history of https://futureofcoding.org/community so I built a browser for its offline backups. All the way up from machine code. 256 colors, no file system, no networking.

Main project page: https://github.com/akkartik/mu

Try out the prebuilt binaries (requires Qemu):

wget http://akkartik.name/mu/foc-data-20210814.img.gz
wget http://akkartik.name/mu/mu-browser-20210815.img.gz
gunzip foc-data-20210814.img.gz
gunzip mu-browser-20210815.img.gz
qemu-system-i386 -m 2G -hda mu-browser-20210815.img -hdb foc-data-20210814.img
Loading comments...