1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00
No description
Find a file
Stefan Lankes 95f0a2546b add the possibilty to set the isle number
The environment variable "HERMIT_ISLE" is used to set the default isle.
Now, an application starts on isle 1 as follow:

HERMIT_ISLE=1 ./exec_name
2015-10-17 14:55:54 +02:00
config update the configuration file for our FC22 system 2015-10-12 20:00:07 +02:00
hermit add the possibilty to set the isle number 2015-10-17 14:55:54 +02:00
.gitmodules add kernel version of memcmp 2015-09-13 21:22:00 +02:00
README.md remove typo 2015-08-17 23:03:40 +02:00

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)