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

Install a back-up stack for page-faults #23

Open
IsaacWoods opened this issue Jan 30, 2019 · 0 comments
Open

Install a back-up stack for page-faults #23

IsaacWoods opened this issue Jan 30, 2019 · 0 comments
Labels
A-x86_64 Affects the x86_64 architecture C-kernel Component: kernel

Comments

@IsaacWoods
Copy link
Owner

If we page-fault because we've overflown the stack, we currently double fault. This isn't ideal, and so we should install another stack in the IST and switch to it when page-faults occur.

@IsaacWoods IsaacWoods added A-x86_64 Affects the x86_64 architecture C-kernel Component: kernel labels Jan 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-x86_64 Affects the x86_64 architecture C-kernel Component: kernel
Projects
None yet
Development

No branches or pull requests

1 participant