Skip to content
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

x86: implement system calls #3627

Closed
zephyrbot opened this issue May 24, 2017 · 2 comments
Closed

x86: implement system calls #3627

zephyrbot opened this issue May 24, 2017 · 2 comments
Assignees
Labels
area: Kernel Enhancement Changes/Updates/Additions to existing features priority: high High impact/importance bug
Milestone

Comments

@zephyrbot
Copy link
Collaborator

zephyrbot commented May 24, 2017

Reported by Andrew Boie:

Once we have defined the architecture-neutral aspects of how system calls will work in Zephyr, create the necessary implementation for x86. We will need to determine how to marshal arguments and return values, and perform the necessary privilege elevation (it will most certainly involve an 'int' instruction to a designated vector).

(Imported from Jira ZEP-2189)

@zephyrbot
Copy link
Collaborator Author

by Andrew Boie:

I have this implemented:
https://github.com/andrewboie/zephyr/tree/userspace

Waiting on another PR to land before I make a PR for it.

@zephyrbot
Copy link
Collaborator Author

by Andrew Boie:

#1409

@zephyrbot zephyrbot added priority: high High impact/importance bug area: Kernel Enhancement Changes/Updates/Additions to existing features labels Sep 23, 2017
@zephyrbot zephyrbot added this to the v1.10.0 milestone Sep 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Kernel Enhancement Changes/Updates/Additions to existing features priority: high High impact/importance bug
Projects
None yet
Development

No branches or pull requests

2 participants