sudo dnf install dev86 # as86, ar86, etc.,
sudo dnf install make gcc glibc-devel.i686 qemu-system-x86 # used to produce 32bits kernel
sudo apt install bin86 # as86, ar86, etc.,
sudo apt install binutils build-esential gcc-multilib qemu-system-x86 # used to produce 32bits kernel
- Compile with
make -j$(nproc)
- Run with
unzip hd_oldlinux.img.zip && make run