xinu-os / xinu

Repository for Xinu source code
http://xinu-os.org/
Other
430 stars 128 forks source link

RISCV64 qemu virt board port #25

Open dudinea opened 5 years ago

dudinea commented 5 years ago

Please add port to the RISC-V 64 architecture. Currently it supports running on the emulated 'virt' machine.

It works with RISC-V project's GNU compiler toolchain https://github.com/riscv/riscv-gnu-toolchain on riscv qemu https://github.com/riscv/riscv-qemu.

Currently only serial device and basic functionality supported, All the relevant the tests in the testsuite pass..

This PR depends on my previous PRs for 64 bit and DTB support.