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

it loads multiple times of init2.jll how to defined kernel functions #5

Closed
sPyOpenSource opened this issue Jul 12, 2019 · 6 comments
Closed
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed question Further information is requested

Comments

@sPyOpenSource
Copy link
Owner

No description provided.

@sPyOpenSource sPyOpenSource added the question Further information is requested label Jul 12, 2019
@sPyOpenSource sPyOpenSource added this to To Do in Java OS stage 1 base services via automation Jul 12, 2019
@sPyOpenSource sPyOpenSource moved this from To Do to In Progress in Java OS stage 1 base services Jul 24, 2019
@sPyOpenSource sPyOpenSource self-assigned this Jul 24, 2019
@sPyOpenSource
Copy link
Owner Author

it loads multiple times.

@sPyOpenSource sPyOpenSource added bug Something isn't working and removed question Further information is requested labels Jul 24, 2019
@sPyOpenSource sPyOpenSource changed the title Check if there is double load of init2.jll it loads multiple times of init2.jll Jul 24, 2019
@sPyOpenSource
Copy link
Owner Author

check if memory allocation doesn't work inside zeroth domain.

@sPyOpenSource
Copy link
Owner Author

monolithic kernels execute all of their code in the same address space (kernel space)
microkernels try to run most of their services in user space, aiming to improve maintainability and modularity of the code base.
hybrid kernels, nano kernels and exo kernels

@sPyOpenSource sPyOpenSource changed the title it loads multiple times of init2.jll it loads multiple times of init2.jll defined kernel functions Jul 24, 2019
@sPyOpenSource sPyOpenSource added the question Further information is requested label Jul 24, 2019
@sPyOpenSource sPyOpenSource changed the title it loads multiple times of init2.jll defined kernel functions it loads multiple times of init2.jll how to defined kernel functions Jul 24, 2019
@sPyOpenSource sPyOpenSource added the help wanted Extra attention is needed label Jul 24, 2019
@sPyOpenSource
Copy link
Owner Author

I'm creating two brunches micro and mono kernel

@sPyOpenSource
Copy link
Owner Author

in micro kernel brunch it load one time

sPyOpenSource added a commit that referenced this issue Jul 26, 2019
fixed: loads multiple times (issue #5)
Java OS stage 1 base services automation moved this from In Progress to Done Jul 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed question Further information is requested
Projects
No open projects
Development

No branches or pull requests

1 participant