Running linux-0.01 with bochs
It had been built with a Fedora-24 x86-64 machine. To test it, please run:
- git clone https://github.com/HonggangLI/linux-0.01-bochs.git
- cd linux-0.01-bochs
- make
- tar -zxf hda.img.tar.gz
- cp hda.img hdb.img
- /PATH/TO/bochs -q -f b.rc
Reference
[1] http://www.oldlinux.org/
[2] The Art of Linux Kernel Design: Illustrating the Operating System Design Principle and Implementation ISBN-10: 1466518030
[3] linux 0.01 released, https://lwn.net/Articles/263562/