Skip to content

website: Mention that these numbers are ONLY for 32-bit x86 #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nh2
Copy link

@nh2 nh2 commented Feb 8, 2019

See https://fedora.juszkiewicz.com.pl/syscalls.html for the fact that other arches
have completely different syscall numbers, including x86_64, where e.g.
read() is 0, not 3.

This confusion actually resulted in one of my prototype programs being wrong :)

See https://fedora.juszkiewicz.com.pl/syscalls.html for the fact that other arches
have completely different syscall numbers, including x86_64, where e.g.
read() is 0, not 3.

This confusion actually resulted in one of my prototype programs being wrong :)
nh2 added a commit to nh2/hatrace that referenced this pull request Feb 17, 2019
What we had so far was for 32-bit x86 only.

Fixed where we got the info from via
gregose/syscall-table#3.
@TAbdiukov
Copy link

^. There exist x64 specific obstructions enhancing possibilities dramatically, and not in terms of maths

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants