Introduces instruction filtering, e.g. to filter for kernel instructions

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1864 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
unzner
2012-10-30 09:14:33 +00:00
parent 247fed5aa7
commit 7ae8b6b09d
8 changed files with 151 additions and 96 deletions

View File

@ -1,5 +1,5 @@
#ifndef __EXPERIMENT_INFO_HPP__
#define __EXPERIMENT_INFO_HPP__
#ifndef __L4SYS_EXPERIMENT_INFO_HPP__
#define __L4SYS_EXPERIMENT_INFO_HPP__
// the maximum number of bytes in a Bochs instruction
#define MAX_INSTR_BYTES 15
@ -24,4 +24,4 @@
// >0 - next step to execute
#define PREPARATION_STEP 0
#endif // __EXPERIMENT_INFO_HPP__
#endif // __L4SYS_EXPERIMENT_INFO_HPP__