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

Update docs for guides and concepts #400

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

UtkarshVerma
Copy link

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.

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
Copy link
Author

@UtkarshVerma UtkarshVerma Mar 17, 2024

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
Copy link
Author

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.

@razvand razvand self-requested a review March 20, 2024 08:49
@razvand razvand added the enhancement New feature or request label Mar 20, 2024
@razvand
Copy link
Contributor

razvand commented Mar 20, 2024

@UtkarshVerma , thanks, we will take a look. Please solve the conflict.

@UtkarshVerma
Copy link
Author

@razvand I have fixed the merge conflicts.

@razvand
Copy link
Contributor

razvand commented Aug 19, 2024

@UtkarshVerma , there are some new merge conflicts. Could you please fix them again?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

3 participants