fix: kernel concurrency, interrupt context, and user VA safety
This commit is contained in:
@@ -192,6 +192,7 @@ namespace montauk::abi {
|
||||
static constexpr uint64_t SYS_SDR_READ = 146; // (handle, buf, len) -> bytes
|
||||
static constexpr uint64_t SYS_SDR_SETPARAM = 147; // (handle, param, value)
|
||||
static constexpr uint64_t SYS_SDR_GETPARAM = 148; // (handle, param) -> value
|
||||
static constexpr uint64_t SYS_FBFLIP = 150;
|
||||
static constexpr uint64_t SYS_SETUNIXTIME = 153;
|
||||
static constexpr uint64_t SYS_DISPLAYINFO = 154;
|
||||
static constexpr uint64_t SYS_DISPLAYMODES = 155;
|
||||
|
||||
Reference in New Issue
Block a user