# balloon-os-lab **Repository Path**: valkmjolnir/balloon-os-lab ## Basic Information - **Project Name**: balloon-os-lab - **Description**: os lab for balloon - **Primary Language**: Assembly - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-05 - **Last Updated**: 2022-05-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: Operating-system ## README # __Balloon-OS-Lab__ OS lab for Balloon 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`.