Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/svelterust/oddos
- Owner: svelterust
- Created: 2022-10-07T23:41:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T12:21:11.000Z (about 2 years ago)
- Last Synced: 2024-11-24T16:18:00.800Z (3 months ago)
- Topics: os, zig
- Language: Zig
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```