Difference between revisions of "SE Mode"

From gem5
Jump to: navigation, search
(Loading binaries)
 
Line 1: Line 1:
 
==SE mode==
 
==SE mode==
  
===Loading binaries===
+
==Overview===
 +
System-call Emulation (SE) mode is one of the two modes of gem5 and the most basic. gem5 simulates your program and traps any system calls made to the host then emulates them. In the older versions of gem5, only statically linked binaries were allowed to be simulated in SE mode however, gem5 2.0 now supports dynamically linked binaries.
 +
 
 
===System call instruction handling===
 
===System call instruction handling===
  

Latest revision as of 19:52, 18 May 2017

SE mode

Overview=

System-call Emulation (SE) mode is one of the two modes of gem5 and the most basic. gem5 simulates your program and traps any system calls made to the host then emulates them. In the older versions of gem5, only statically linked binaries were allowed to be simulated in SE mode however, gem5 2.0 now supports dynamically linked binaries.

System call instruction handling

Implementation of various system calls

Limitations