a5ef7a09065d8c59c4cca81c7c5aa7a915390992
Experimenting with operating system development.
- Programming language: Elna.
- Architecture: RISC-V 32-bit.
- Target machine: Qemu.
This repository contains some rake (ruby's task runner) tasks to build a cross compiler and the code. Assuming that all dependencies needed to build GCC are installed in the system the build is tested on Linux an MacOS.
To build the cross compiler do:
rake cross
To build and run the rest in qemu:
rake
Description
Languages
Ruby
56.5%
Assembly
43.5%