Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mbr: read disk lba addressing example | Johannes Stoelp | 10 days | 5 | -0/+258 |
| | |||||
* | mbr: add vga text mode example | Johannes Stoelp | 11 days | 5 | -0/+191 |
| | |||||
* | e820: reduce code size | Johannes Stoelp | 11 days | 1 | -1/+1 |
| | | | | | | Run into 512 byte size limit with different version of the compiler. Try to reduce code size by not emitting instructions to save/restore the frame pointer (not really needed for this toy example). | ||||
* | setup: add nix flake for dev env setup | Johannes Stoelp | 11 days | 1 | -0/+19 |
| | | | | | "nix develop" to interactively entering the dev env. "nix develop --command zig zen" to run command in dev env. | ||||
* | net: small message ping-pong example with arg parse | Johannes Stoelp | 2025-02-07 | 3 | -0/+141 |
| | |||||
* | net: simple tcp client server example | Johannes Stoelp | 2025-02-07 | 2 | -0/+45 |
| | |||||
* | setup: fix git pull in zls setup | Johannes Stoelp | 2025-02-07 | 1 | -2/+3 |
| | |||||
* | mbr: example to query memory map (e820) | Johannes Stoelp | 2025-02-07 | 5 | -0/+228 |
| | |||||
* | mbr: zig only real mode 16 bit | Johannes Stoelp | 2025-02-07 | 6 | -0/+225 |
| | |||||
* | mbr: rm->pm, then jump into zig | Johannes Stoelp | 2025-02-07 | 6 | -0/+172 |
| | |||||
* | interface: minimal example for a runtime dispatch | Johannes Stoelp | 2025-02-07 | 2 | -0/+47 |
| | |||||
* | fileio: minimal example | Johannes Stoelp | 2025-02-07 | 2 | -0/+29 |
| | |||||
* | setup: script to build & setup zls | Johannes Stoelp | 2025-02-07 | 2 | -0/+15 |
| | |||||
* | setup: allow passing locating to already downloaded zig version | Johannes Stoelp | 2025-02-07 | 1 | -12/+19 |
| | |||||
* | ppm: simple example to generate a ppm image | Johannes Stoelp | 2025-02-07 | 3 | -0/+81 |
| | |||||
* | setup: automatically fetch latest zig | Johannes Stoelp | 2025-02-07 | 1 | -7/+16 |
| | |||||
* | cross: mini cpp cross compile using zig compiler | Johannes Stoelp | 2025-02-07 | 5 | -0/+44 |
| | |||||
* | cross: mini zig cross compile | Johannes Stoelp | 2024-07-05 | 4 | -0/+35 |
| | |||||
* | container: testing containers struct / file | Johannes Stoelp | 2024-07-02 | 4 | -0/+46 |
| | |||||
* | zig setup | Johannes Stoelp | 2024-07-02 | 2 | -0/+12 |