This project is mirrored from https://*****@github.com/hermitcore/rusty-loader.git.
Pull mirroring updated .
- 12 May, 2021 1 commit
-
-
Jonathan Schwender authored
- Only initialize CPU 0 and spin on other CPUs (based on https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials/) - Adjust physical start address of RAM to correct value for raspi3 (again based on the raspberry tutorial) - Add feature to map write_char() to use a special address for usage with qemu. The aarch64 solution doesn't seem to work on qemu. Didn't look to closely though. The feature is enabled by default for make arch=aarch64 for now. A toggle is future work
-
- 23 Aug, 2020 1 commit
-
-
Stefan Lankes authored
- redesign of the HermitCore bootloader - add basic aarch64 support - switch to relocatable unikernels to relize (later) ASLR - using of the crate goblin to parse the ELF binaries
-