Skip to content

An operating system in RISC-V 64bit, written in Rust

Notifications You must be signed in to change notification settings

lapla-cogito/amia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amia

An operating system in RISC-V 64bit, written in Rust

check prerequisites

Ubuntu, macOS

$ rustup --version && \
makers --version && \
qemu-system-riscv64 --version

run

$ makers run

Currently, you can enter QEMU monitor by typing 'exit' in the shell session and exiting the shell process.

kernel objdump

You have to install llvm-objdump to do this.

$ makers objdump

About

An operating system in RISC-V 64bit, written in Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages