This commit is contained in:
2026-02-25 14:08:27 +01:00
parent 8a8034bd11
commit 4dc05c4151
23 changed files with 554 additions and 66 deletions

View File

@@ -1,3 +1,7 @@
//! Example user processes used for testing and demonstrations.
//!
//! Provides a couple of simple user-space loops used to exercise syscalls
//! and the scheduler.
use core::time::Duration;
use shared::syscall::{sleep, write_int_temp, write_string_temp};