Y
Hacker News
new
|
ask
|
show
|
jobs
by
anonymousDan
2658 days ago
Is there the ability to run multiple OS processes or is the BEAM VM the only thing running after boot?
1 comments
e_proxus
2658 days ago
You can only run one process in RTEMS (hence the name The Real-Time Executive for Multiprocessor Systems), however you can simulate other processes via threads. This is how we run the network stack and Wi-Fi configuration tools among other things.
link