aboutsummaryrefslogtreecommitdiff
path: root/examples/hello_world
Commit message (Expand)AuthorAgeFilesLines
* examples: Update srvre_sys to v0.0.0 (syscall renumbering)v0.0.0Himbeer2024-08-021-2/+2
* hello_world: Use srvre_sys libraryHimbeer2024-07-313-50/+17
* hello_world: Terminate cleanly (instead of raising an instruction page fault)Himbeer2024-07-271-0/+5
* hello_world: Add CRLF to console messages (update to raw consoleWrite)Himbeer2024-07-271-1/+1
* hello_world: Update uprint syscall numberHimbeer2024-07-271-1/+1
* gitignore: Ignore new zig cache location in version 0.13.0TheodorSmall2024-07-171-0/+1
* hello_world: Make use of uprint syscall to print hello messageHimbeer2024-06-221-1/+8
* examples: Add hello_world example programHimbeer2024-06-184-0/+167