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

Implement into a custom os #49

Closed
RossComputerGuy opened this issue Oct 18, 2017 · 2 comments
Closed

Implement into a custom os #49

RossComputerGuy opened this issue Oct 18, 2017 · 2 comments

Comments

@RossComputerGuy
Copy link

I'm trying to implement mjs into my own os called RossOS, and I'm just getting reboots and page faults.

@cpq
Copy link
Member

cpq commented Oct 26, 2017

That is not an actionable feedback.
Debug it. Get a crash stack trace at least.

One possibe cause that immediately pops into mind, is execution context. If you're trying to do e.g. interrupt handling with mjs which is initialised in another task context, you'll get a crash. That is not an mjs fault though.

@cpq cpq closed this as completed Oct 26, 2017
@RossComputerGuy
Copy link
Author

I can't because the computer resets

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

No branches or pull requests

2 participants