Skip to content

Commit 1624ea3

Browse files
authored
Update README.md
1 parent 987b832 commit 1624ea3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function() main -> int does
3737
return 0
3838
```
3939

40-
Check out some larger, low-level usage examples from the kernel in this repo (with syntax highlighting!): [x86 IRQs](http://louis.goessling.com/orth/os/irqio.ort.html) and [x86 Paging/MM](http://louis.goessling.com/orth/os/mm.ort.html) (import statements are links)
40+
Check out some larger, low-level usage examples from the kernel in this repo (with syntax highlighting!) [here](http://louis.goessling.com/orth/os/kernel.ort.html) (import statements are links)
4141

4242
Orth is still a low-level language, meaning you still need to watch your memory managment and whatnot, but abstractions provided with the OOP ideas work with that simplicity, not against it.
4343

0 commit comments

Comments
 (0)