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

https://github.com/lambdachad/oddos

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

os zig

Last synced: about 1 month 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
```