mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +00:00
bf7d3bd38f
Fix loading of the example baremetal kernel with the fixed ELF kernel loader: - Remove the "RAM" address space so virtual and physical address match. - Remove the 0x200-byte padding now that entry point address is used. BUG=b:234155022 TEST=Run baremetal as in tools/examples/baremetal/README.md Change-Id: I61394cdf4bf71f91736da5a636b0088ecfe78c84 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3691965 Commit-Queue: Daniel Verkamp <dverkamp@chromium.org> Reviewed-by: Anton Romanov <romanton@google.com> Reviewed-by: Alexandre Courbot <acourbot@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> |
||
---|---|---|
.. | ||
baremetal | ||
guest | ||
.gitignore | ||
example_desktop | ||
example_network | ||
example_simple | ||
README.md | ||
setup_network |
Crosvm on Linux Example
This directory contains an examples for how to run a VM with crosvm on linux.
See Basic Usage for a tutorial on how to run the examples.