mirror of
https://review.haiku-os.org/haiku
synced 2025-02-06 05:50:48 +01:00
370ab57d49
Userland switch is implemented, as is basic system call support (using SYSCALL/SYSRET). The system call handler is not yet complete: it doesn't handle more than 6 arguments, and does not perform all the necessary kernel entry/exit work (neither does the interrupt handler). However, this is sufficient for runtime_loader to start and print some debug output.