Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewrk/HellOS
"hello world" x86 kernel example
https://github.com/andrewrk/HellOS
operating-system zig
Last synced: 2 months ago
JSON representation
"hello world" x86 kernel example
- Host: GitHub
- URL: https://github.com/andrewrk/HellOS
- Owner: andrewrk
- Created: 2018-10-26T19:29:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T21:39:13.000Z (about 2 years ago)
- Last Synced: 2024-11-07T05:12:40.391Z (3 months ago)
- Topics: operating-system, zig
- Language: Zig
- Size: 6.84 KB
- Stars: 272
- Watchers: 8
- Forks: 36
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-zig - andrewrk/HellOS
- awesome-zig - HellOSποΈ"hello world" x86 kernel example
README
# HellOS
Bare bones "hello world" i386 kernel written in [Zig](https://ziglang.org/).
## Building
```
zig build-exe hellos.zig -target i386-freestanding -T linker.ld
```## Testing with qemu
```
qemu-system-i386 -kernel hellos
```