vesper/src/arch
Berkus Decker 072e0a05aa Add rust skeleton code and build system
* panic_fmt lang-item
* arch-based crates, inspired by Redox
* Port over target files from Robigalia, add aarch64
* Use rlibc for memset/memcpy
* Create linker script for raspberry pi 3
* Implement primitive dmb()
* Important: initialize stack pointer!

Kernel interface is to be defined in a separate crate.
2019-01-15 02:18:52 +02:00
..
aarch64 Add rust skeleton code and build system 2019-01-15 02:18:52 +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 Add rust skeleton code and build system 2019-01-15 02:18:52 +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.