bochsOS
1.0.0
This project is dedicated to learning the basic framework of the operating system, involving the startup process after the computer is powered on, memory management, thread management and peripheral management. For some reference, please refer to "Operating System Truth Restore". Currently the boot boot part and memory initialization are completed.
Execute the following command to compile
mkdir build
./build.shPlease execute startup and debugging:
bochs -f bochsrc.disk

If you have any questions, please send an email: [email protected]