# Balloon-OS **Repository Path**: valkmjolnir/Balloon-OS ## Basic Information - **Project Name**: Balloon-OS - **Description**: toy OS just for FUN - **Primary Language**: C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-05 - **Last Updated**: 2023-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # __Balloon-OS__ toy OS just for FUN ## Environment Ubuntu 16.04.6-LTS-amd64 ## System Test Environment qemu-system-i386 if having problems compiling like this: ```C++ /usr/include/stdint.h:26:10: fatal error: bits/libc-header-start.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~~~~~~~ ``` it is because gcc-multilib is not downloaded. try downloading it. if get 404 when downloading on ubuntu, try `apt-get update`.