Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/svelterust/oddos

OddOS, made in Zig
https://github.com/svelterust/oddos

os zig

Last synced: 18 days ago
JSON representation

OddOS, made in Zig

Awesome Lists containing this project

README

        

# oddos

```shell
git clone https://github.com/knarkzel/oddos
cd oddos
nix develop
zig build run
```

## Debug with gdb

Start `qemu` first, then do following:

```
zig build gdb
(gdb) target remote localhost:1234
```