RadianOS is not just an OS it’s a foundation for creating modern, interoperable operating systems with shared architecture, tools, and performance at its core.
rustup target add x86_64-unknown-uefi
make runOn your Linux shell:
# Run QEMU and note the PTY where the serial will run
make runGet a dumb terminal emulator, like picocom and run picocom /dev/pts/1 (where 1 is replaced by whatever your PTY is).
Then to hotswap the kernel, in the ROS terminal type: swap. The kernel will stop all execution and cease everything. You can then send the binary file of the kernel like so:
HOTSWAP_TARGET=/dev/pts/1 make run hotswap-kernel