mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24:32 -08:00
The new mailbox kernel object API offers asynchronous message-based IPC for sending data and handles between threads, as opposed to endpoint's synchronous model.
8 lines
107 B
YAML
8 lines
107 B
YAML
---
|
|
init: srv.init
|
|
programs:
|
|
- name: panic.serial
|
|
target: kernel
|
|
flags: panic
|
|
- name: drv.uart
|