my os practice
all exercises is running in macos and please install bochs
and nasm
before
brew install bochs nasm
from ch05
, need i386-elf-binutils
and i386-elf-gcc
to build kernel
brew tap nativeos/i386-elf-toolchain
brew install i386-elf-binutils i386-elf-gcc
make clean all
cd command
sh compile.sh
cd -
bochs -f bochsrc-sample.txt