Frog is a project that aims to build an operating system for self-teaching OS technology
Currently Frog only support x86 PC.
The Frog includes a kernel, bootloader and a compositor for desktop.
- support network
- more GUI
- support X86-64 and more arch
bximage
sudo apt-get -y install qemu-system-x86
We need two *.img files hd.img and hd80M.img at home directory. You can create it by
bximage
.
hd.img size should over 10m. and hd80M should be 80M. run
./scripts/build.sh
run ./scripts/qemu.sh
[] support PCI [] support TCP/IP stack