You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ function() main -> int does
37
37
return 0
38
38
```
39
39
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)
41
41
42
42
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.
0 commit comments