-
Notifications
You must be signed in to change notification settings - Fork 28
Home
Pierre Olivier edited this page Feb 19, 2019
·
24 revisions
Welcome to the HermiTux wiki!
For general information about HermiTux's design principles and implementation, please read the paper (link to be provided soon) and Daniel Chiba's MS thesis.
Here you will find documentation about:
- The provided template
Makefile
andhermit-run
tools to help develop and run applications in HermiTux - Documentation about networking in HermiTux
- How to debug an application with GDB
- How to use the profiler
- (TBA) How to binary-rewrite system calls to make them faster
- (TBA) How to compile a custom kernel containing only the system calls needed for an application
- (TBA) How to checkpoint/restart an application