mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-16 02:15:17 +00:00
The Plan9 OS has this program that can test a system call with the
given arguments. For the most basic system calls it can be very
helpful and aid with testing or just to play with a given syscall
without writing a dedicated program.
Some examples:
syscall write 1 hello 5
syscall -o read 0 buf 5
syscall mkdir /tmp/my-dir
syscall exit 2
...
1.9 KiB
1.9 KiB