crosvm/tools/examples
Daniel Verkamp bf7d3bd38f examples/baremetal: make paddr == vaddr
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>
2022-06-23 22:30:39 +00:00
..
baremetal examples/baremetal: make paddr == vaddr 2022-06-23 22:30:39 +00:00
guest Add functional crosvm examples for running on linux 2022-01-18 23:24:00 +00:00
.gitignore Add functional crosvm examples for running on linux 2022-01-18 23:24:00 +00:00
example_desktop examples: use rwdisk instead of rwroot 2022-06-17 17:43:41 +00:00
example_network examples: use rwdisk instead of rwroot 2022-06-17 17:43:41 +00:00
example_simple examples: use rwdisk instead of rwroot 2022-06-17 17:43:41 +00:00
README.md Reorganize usage doc and add example usage 2022-01-27 21:29:10 +00:00
setup_network Reorganize usage doc and add example usage 2022-01-27 21:29:10 +00:00

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.