[gem5-users] Re: Implementation of write() Syscall in SE Mode

2021-01-14 Thread Gabe Black via gem5-users
SE mode does not work at the standard library level, it works at the system call level. As long as your custom standard library uses the normal linux system calls and the normal linux system call ABI, you shouldn't have to do anything special. There could be a very minor technical exception on x86

[gem5-users] Re: Implementation of write() Syscall in SE Mode

2021-01-20 Thread jan.thoma--- via gem5-users
Hi, Thanks for helping and sorry for the late response! It took me some time to figure it out but now it’s working. Thank you! :-) Jan Von: Gabe Black Gesendet: Donnerstag, 14. Januar 2021 10:30 An: gem5 users mailing list Cc: jan.th...@ruhr-uni-bochum.de Betreff: Re: [gem5-users