This is the initial and very limited demo of the new OS kernel. This release was made as an initial binary release test in time for the summer solstice, future releases should be a bit more streamlined.
Four builds are provided:
- slrd-qemu-compilec-1.0.1.zip: Built for QEMU (using some xv6 code instead of SBI), built using new compiler backend and GNU tools
- slrd-ky-compilec-1.0.1.zip: Built for Ky X1/OrangePi RV2, built using new compiler backend and GNU tools
- slrd-qemu-gcc-1.0.1.zip: Built for QEMU (using some xv6 code instead of SBI), built using GCC
- slrd-ky-gcc-1.0.1.zip: Built for Ky X1/OrangePi RV2, built using GCC