Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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