Expand description
Minimal Ring 3 test task for Strat9-OS.
Creates a user address space with a tiny machine code blob that:
- Calls SYS_DEBUG_LOG to print “Hello Ring 3!” to serial
- Calls SYS_PROC_EXIT to cleanly exit
This tests the full SYSCALL/SYSRET pipeline without needing an ELF loader.
Functions§
- create_
user_ test_ task - Create and schedule a minimal Ring 3 test task.