Skip to content
  • zyno42's avatar
    Implement starting PEs just like `libtapasco` · e1041110
    zyno42 authored
    Write the 1 to start the PE directly to the appropriate address in
    the mapped memory. Using `libtapasco`'s API function to start a PE
    is not possible because ownership of the `PE` struct has already
    been taken and cannot be stolen back in the starting function.
    e1041110