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
- Host: GitHub
- URL: https://github.com/valkmjolnir/balloon-os
- Owner: ValKmjolnir
- License: mit
- Created: 2020-07-17T09:50:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T16:11:36.000Z (almost 3 years ago)
- Last Synced: 2025-01-12T14:11:44.467Z (about 1 year ago)
- Topics: operating-system
- Language: C
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.