github.com/usbarmory/armory-boot@v0.0.0-20240307133412-208c66a380b9/exec/boot_riscv64.go (about)

     1  // https://github.com/usbarmory/armory-boot
     2  //
     3  // Copyright (c) WithSecure Corporation
     4  // https://foundry.withsecure.com
     5  //
     6  // Use of this source code is governed by the license
     7  // that can be found in the LICENSE file.
     8  package exec
     9  
    10  func boot(kernel uint, params uint, cleanup func(), mmu bool) (err error) {
    11  	panic("unimplemented")
    12  }