I am doing this for studying the OS internals.
Use the code as you like, with Original BSD license.
Any contribution is welcome :)
Dependencies:
sudo apt-get install build-essential gcc nasm
Install Cross GCC.
Compile steps:
step1: clone the code
step2: cd Panda;
./do.sh
(will run bochs or qemu, you may need to do some modification for config Qemu/Bochs.
details refer to do.sh)