sPyOpenSource / jcore

This is the microkernel for Java OS
GNU General Public License v2.0
1 stars 0 forks source link

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

Closed sPyOpenSource closed 4 years ago

sPyOpenSource commented 4 years ago

it loads multiple times.

sPyOpenSource commented 4 years ago

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

sPyOpenSource commented 4 years ago

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 commented 4 years ago

https://zh.wikipedia.org/wiki/%E6%B7%B7%E5%90%88%E6%A0%B8%E5%BF%83#/media/File:OS-structure2.svg

sPyOpenSource commented 4 years ago

I'm creating two brunches micro and mono kernel

sPyOpenSource commented 4 years ago

in micro kernel brunch it load one time