Documented results of memory-access tracing in Bochs.
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1272 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
10
core/plugins/tracing/README.txt
Normal file
10
core/plugins/tracing/README.txt
Normal file
@ -0,0 +1,10 @@
|
||||
Some hints on memory-access tracing in Bochs:
|
||||
====================================================================
|
||||
|
||||
- Instruction fetches: no memory accesses!
|
||||
- INC ${MEM_ADDR} (increment in memory): a read and a write access
|
||||
- CALL ${INSTR_ADDR} (call function): a single write access
|
||||
- PUSH %{REG} (push on stack): dito
|
||||
- PUSHF (push on stack): dito
|
||||
- INT ${INTERRUPT#} (interrupt trigger): 3 write accesses
|
||||
|
||||
Reference in New Issue
Block a user