Hi all, The Gem5 v20 does not emulate sleep system calls in SE mode. A few applications in my experiment use sleep call. Emulating the system call requires modification to "syscall_emul.cc" file (implementation of system call) and "syscall_tbl64.cc" ( update the mapping for emulated function).
Is it a good choice to emulate the system call or switch to FS mode for these applications? Regards, Vipin
_______________________________________________ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org