Marcin Juszkiewicz
Marcin Juszkiewicz
Install "os-prober" package under Linux. Each time Grub configuration will be updated you should get entries for other OSes installed in your system. Remember that SD/eMMC may not be visible...
MIT? GPLv2? MPL? Choose a license please.
Please rebase or close
Please rebase or close
According to [my system calls table](https://gpages.juszkiewicz.com.pl/syscalls-table/syscalls.html) there are holes in syscall numbering on several architectures (looked at arm64, arm, armoabi, x86-64, x32 and i386). New style architectures share syscall numbering...
Isn't that 'kernel wide' new system calls are added at the end and 'new on this architecture' ones are added where they were supposed to be? I remember system calls...
Please note that "afs_syscall, break, fattach, fdetach, ftime, getmsg, getpmsg, gtty, isastream, lock, madvise1, mpx, prof, profil, putmsg, putpmsg, security, stty, tuxcall, ulimit, vserver" are officially unimplemented system calls. My...
Posted on mastodon about it: https://society.oftrolls.com/@hrw/114030254556485861 as some other people may find it useful too.
https://gpages.juszkiewicz.com.pl/syscalls-table/syscalls.html allows to disable and reorder columns which can be handy when you want to compare numbers between architectures. I recommend sorting by arm64 or riscv64 column to see how...
> There are ~25 syscalls that we need to dig deeper into. For example, afs_syscall() was syscall number 137 prior to this patchset, and is now a PNR Like I...