-
Notifications
You must be signed in to change notification settings - Fork 82
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
Update docs for guides and concepts #400
base: main
Are you sure you want to change the base?
Conversation
compatibility but they result in a monolithic kernel. | ||
|
||
Existing monolithic OSs do have APIs for each component but these APIs have | ||
become quite rich as they have evolved organically. These OSs often blur |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this sentence have any value?
"Existing monolithic OSs do have APIs for each component but these APIs have
become quite rich as they have evolved organically."
Sounds very vague to me.
all kernels), functions provided by the host (scheduling, memory allocation, | ||
etc.), and independently executable "factions" (e.g., network or filesystem | ||
support). rumpkernel goes some way towards achieving our goals. Still, many | ||
dependencies remain that require the kernel to have the base and hypercall |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Still, many
dependencies remain that require the kernel to have the base and hypercall
layers. In the context of a VM, which is our deployment target, this limits the
extent of modularity that we can achieve."
Please check if this still carries the meaning the author initially intended.
@UtkarshVerma , thanks, we will take a look. Please solve the conflict. |
@razvand I have fixed the merge conflicts. |
@UtkarshVerma , there are some new merge conflicts. Could you please fix them again? |
As someone new to the Unikraft project, I was reading the docs to understand more about the ecosystem. In the process, I noticed a few articles where I thought having a bit more detail would help.
Please have a look and let me know if any changes are required.