Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/levkopo/limaos
An experimental x86 OS (not full) written on C just for fun
https://github.com/levkopo/limaos
Last synced: 2 months ago
JSON representation
An experimental x86 OS (not full) written on C just for fun
- Host: GitHub
- URL: https://github.com/levkopo/limaos
- Owner: levkopo
- Created: 2021-12-19T18:57:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T15:41:46.000Z (4 months ago)
- Last Synced: 2024-09-15T16:58:56.074Z (4 months ago)
- Language: C
- Homepage:
- Size: 145 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# limaOS
An experimental x86 OS written on C just for fun.![demo.png](.github/demo.png)
# Building and running
> Now supported only img building.Build all variants of binaries:
```bash
make build
```Build and run img binary on Qemu
```bash
make run-img
```Build and run iso binary on Qemu
```bash
make run-img
```# Debugging
Build and debug with gdb
```bash
make debug-img
#or
make debug-iso
```