Add new scx scheds
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 27s

This commit is contained in:
ferreo 2025-03-12 22:25:55 +00:00
parent 4806f7244a
commit 11e12a2f5e
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
1
2

View File

@ -20,6 +20,8 @@ pub const ScxScheduler = enum {
simple,
userland,
vder,
p2dq,
tickless,
none,
pub fn toScxName(self: ScxScheduler) []const u8 {