unikraft / docs

The front page and documentation for the Unikraft Open-Source Project.
https://unikraft.org
Other
33 stars 79 forks source link

Fix typos and add notes about the hardware acceleration with KVM for random number generation #405

Open huyang531 opened 3 months ago

huyang531 commented 3 months ago

Two changes are introduced in this PR:

  1. Fix a few typos in build-process.mdx and index.mdx
  2. Add notes about hardware acceleration with KVM for random number generating since Unkiraft v0.17.0, which in my case, meant that two additional flags are needed when running the image on a x86_64 platform with KVM support.

Signed-off-by: Yang Hu yanghuu531@gmail.com