Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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