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: docs/syscall.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
@@ -116,7 +116,7 @@ Any other system calls will fail with an "unknown syscall" error.
116
116
117
117
These system calls are solely for the convenience of accessing the [SDL library](https://www.libsdl.org/) and [SDL2_Mixer](https://wiki.libsdl.org/SDL2_mixer) and are only intended for the presentation of RISC-V graphics applications. They are not present in the ABI interface of POSIX or Linux.
118
118
119
-
Check the [fenster.h](tests/fenster.h) header, which offers an extremely minimalistic and specific approach to displaying a 2D canvas.
119
+
Check the [fenster.h](../tests/fenster.h) header, which offers an extremely minimalistic and specific approach to displaying a 2D canvas.
120
120
This integrates with rv32emu's SDL-based system calls, significantly enhancing usability and simplifying any future porting efforts.
121
121
122
122
### `draw_frame` - Draw a frame around the SDL window
0 commit comments