Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-i-m committed Apr 16, 2019
1 parent ee6bbb8 commit 09814fe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 0sim-trace

This is intended as a debugging tool for the simulator (initially). It is a
very simplified implementation of
[`kutrace`](https://www.youtube.com/watch?v=UYwWollxzAk). Currently, it debugs
_the host_, not the simulated workload.

The kernel-side implementation is in `kernel/zerosim-trace.c` in the `0sim`
repo, with hooks inserted on the x86-64 syscall, interrupt, fault, and
task-switching code paths in the kernel.

0 comments on commit 09814fe

Please sign in to comment.