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

[patch-axel-4-multiple-os] #9

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Commits on Mar 16, 2024

  1. arm: dereference linux

    This commit performed a find/replace to replace Linux references with
    generic VM/Kernel references, due to the VMM's ability to run other
    Operating Systems.
    
    Signed-off-by: Chris Guikema <[email protected]>
    chrisguikema authored and axel-h committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    e2e8226 View commit details
    Browse the repository at this point in the history
  2. arm: configure VMs individually

    Previously, CMake variables would apply to each VM. This commit
    configures each VM based on their need.
    
    Signed-off-by: Chris Guikema <[email protected]>
    chrisguikema authored and axel-h committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    18d7af5 View commit details
    Browse the repository at this point in the history
  3. vm_multi, trivial: styling fixing

    Signed-off-by: Chris Guikema <[email protected]>
    chrisguikema authored and axel-h committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    83e3b25 View commit details
    Browse the repository at this point in the history
  4. Arm: set kernel_entry_addr

    The VMM will calculate the entry address, but it should be explicitly
    set by the user.
    
    Signed-off-by: Chris Guikema <[email protected]>
    chrisguikema authored and axel-h committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    93c9480 View commit details
    Browse the repository at this point in the history
  5. arm: remove unused configuration parameters

    ram_offset and initrd_max_size are not used by the VMM, so we can safely
    remove them from the configuration.
    
    Signed-off-by: Chris Guikema <[email protected]>
    chrisguikema authored and axel-h committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    5bedaf9 View commit details
    Browse the repository at this point in the history