Skip to content

RadianOS/radianos

Repository files navigation

MIGRATED TO CODEBERG

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.

Building

rustup target add x86_64-unknown-uefi
make run

Hotswap kernel

On your Linux shell:

# Run QEMU and note the PTY where the serial will run
make run

Get 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

DOCS (under development)

  1. What makes a system Radian?
  2. DRIVER RULES
  3. RADIAN_CORE (RadianOS-Compilant Runtime Framework)
  4. FILE STRUCTURE

About

The Very Official source tree of RadianOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •