assume nsm.ko is embedded in kernel

This commit is contained in:
Ryan Heywood 2025-07-11 19:03:06 -04:00
parent 9ab33ecadc
commit 01f595657d
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 2 additions and 2 deletions

View File

@ -112,8 +112,8 @@ mod enclaveos_shim {
// TODO: error handling
nitro_heartbeat();
eprintln!("Loading nsm.ko");
insmod("/nsm.ko");
// eprintln!("Loading nsm.ko");
// insmod("/nsm.ko");
}
fn nitro_heartbeat() {