vesper/src/arch
Berkus Decker ce05c157a7 Remove redundant returns
* As suggested by clippy.
2019-03-02 19:16:16 +02:00
..
aarch64 Remove redundant returns 2019-03-02 19:16:16 +02:00
x86_64 Add rust skeleton code and build system 2019-01-15 02:18:52 +02:00
README.md Add rust skeleton code and build system 2019-01-15 02:18:52 +02:00
mod.rs Rearrange mods and imports [wip] 2019-01-20 19:43:57 +02:00

README.md

Architecture-specific code

This directory contains code specific to a certain architecture.

Implementations of arch-specific kernel calls are also placed here.