An open API service indexing awesome lists of open source software.

https://github.com/valkmjolnir/balloon-os

toy OS just for FUN
https://github.com/valkmjolnir/balloon-os

operating-system

Last synced: 9 months ago
JSON representation

toy OS just for FUN

Awesome Lists containing this project

README

          

# __Balloon-OS__

toy OS just for FUN

## Environment

Ubuntu 18.04-LTS-amd64

## System Test Environment

qemu-system-i386

if having problems compiling like this(in ubuntu 16.04):

```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`.