feat: add userspace system logging, rename klog to syslog, rename relevant syscalls and API functions

This commit is contained in:
2026-08-14 18:37:27 +02:00
parent 8e45d43116
commit 724029cacb
26 changed files with 139 additions and 52 deletions
+2 -2
View File
@@ -487,9 +487,9 @@
// out: montauk::abi::PowerInfo*
<strong>KERNEL LOG</strong>
<strong>SYS_KLOG (46)</strong>
<strong>SYS_LOG (46)</strong>
Read from the kernel ring log buffer.
int64_t montauk::read_klog(char* buf, uint64_t size);
int64_t montauk::read_log(char* buf, uint64_t size);
<strong>I/O REDIRECTION</strong>
Used by the terminal app and similar programs to run a child