Add rand() syscall

This commit is contained in:
2025-10-11 21:54:06 +02:00
parent d92a652024
commit ee93463c64
4 changed files with 19 additions and 0 deletions

View File

@ -9,5 +9,6 @@
#define SYS_MMAN_UNMAP 6
#define SYS_SCHEDRELEASE 7
#define SYS_DEVCTL 8
#define SYS_RAND 9
#endif // SHARE_HDRS_SYSCALL_H_