This is a Bochs workspace to play with some old vresion Linux kernel and also use to learn Assembly language.
- demo-mbr : A MBR demo to show "Hello 2022!"
Only note the Bochs environment on macOS, please adjust as nessary if you are using Linux or MS Windows.
echo "Install needed packages:"
brew install nasm
brew install bochs
echo "Demo with MBR example:"
cd demo-mbr; make burnfd; burnfd run-fd