feat: add userspace system logging, rename klog to syslog, rename relevant syscalls and API functions
This commit is contained in:
@@ -418,9 +418,9 @@
|
||||
// out: montauk::abi::PowerInfo*
|
||||
|
||||
.SH KERNEL LOG
|
||||
.B SYS_KLOG (46)
|
||||
.B SYS_LOG (46)
|
||||
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);
|
||||
|
||||
.SH I/O REDIRECTION
|
||||
Used by the terminal app and similar programs to run a child
|
||||
|
||||
Reference in New Issue
Block a user