INWOX
1.0.0
Another C language OS attempt, see how far you can go this time.
Linux environment (Ubuntu 24.04 test passed)
Installation dependencies
sudo apt install automake build-essential bison flex git grub-pc-bin libgmp3-dev libisl-dev libmpc-dev libmpfr-dev mtools qemu-system-x86 texinfo xorrisoDownload and build a cross-compile environment
make install-toolchainOr develop using a pre-built Docker image
docker run --name inwox-devbox -it qvjp/inwox-devbox make
make qemu-cursesRun in debug mode
make qemu-curses-dbgConnecting qemu using gdb
gdb #需要在INWOX根目录输入gdbUse gdb to debug normally