Main differences from SE mode¶
There are a number of differences between syscall emulation mode and full system mode. The most important is that in full system mode it is much harder to fake things. For instance, in full system mode, as a user, you have to provide a compiled Linux kernel and a disk image. Then, to run applications in gem5, you have to boot the operating system, then you can interact as if it is a running computer.
Todo
Other differences between SE and FS mode...