feat: add userspace system logging, rename klog to syslog, rename relevant syscalls and API functions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user