8000 Aarch64 port · Issue #47 · Mic92/vmsh · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Aarch64 port #47
Open
Open
@Mic92

Description

@Mic92

A few things are architecture-specific:

  • syscall injection:
    pub fn prepare_syscall(&self, args: &[u64; 7]) -> Regs {
  • page table implementation for x86 and this one will be also quite different on aarch64
  • KVM api for updating/reading registers (i.e. KVM_GET_REGS on x86 and KVM_GET_REG_LIST on aarch64)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0