Initial RISC-V implementation

Has no IRQ handling yet
This commit is contained in:
Andrey Turkin
2024-10-20 12:15:09 +03:00
parent db32f5f7a3
commit 1921c6814b
36 changed files with 1999 additions and 57 deletions
-4
View File
@@ -1,7 +1,3 @@
[submodule "syscall"]
path = syscall
url = https://gitlab.redox-os.org/redox-os/syscall.git
branch = master
[submodule "slab_allocator"]
path = slab_allocator
url = https://gitlab.redox-os.org/redox-os/slab_allocator