mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
No description
![]() Volatile isn't enough to prevent the compiler from reordering the read/write functions for the control registers and messing everything up. => We use a memory clobber to serialize the code. |
||
---|---|---|
config | ||
hermit | ||
.gitmodules | ||
README.md |
HermitCore - A lightweight extreme-scale satellite kernel
The project has just initiated. Further information will be published shortly.
Requirements
- Netwide Assembler (NASM)
- make, binutils
- Tools and libraries to build linux, binutils and gcc (e.g. flex, bison, MPFR library, GMP library, MPC library)