jul-sh
jul-sh
bumping this, I prefer to default behavior. it would be nice have actual config to support this.
still unable to disable the arrow up search
I think this is a good idea, and would also simplify our code substantially. If messy logs an issue we can consider adding a "verbose" flag?
> The reusable workflow can be pinned by hash, version or tag in general. Pinning by hash does not appear to be functional, hence one can only depend on released...
@conradgrobler @andrisaar this is an in-progress PR for concurrency on the restricted kernel. There's now two syscalls. One to create a process from an elf file (without switching to it),...
Page tables appear to get corrupted smh. Here's what we get when logging the physical addr that is mapped to the failing pointer: ``` [2024-03-19T21:38:56Z INFO oak_launcher_utils::launcher] console: "INFO: (Orchestrator)...
more specifically the crash appears to occur here: https://github.com/jul-sh/oak/blob/back-port-frame-patch/oak_restricted_kernel/src/mm/bitmap_frame_allocator.rs#L190
specifically it fails to alloc 2MiB frames. A 4KiB one allocs without problems
Kernel fails, but no panic is handled or logged. All that shows is: `[2024-03-26T16:32:33Z ERROR oak_restricted_kernel_launcher] Unexpected VMM exit, status: Ok(ExitStatus(unix_wait_status(0)))` mmap also causes a crash even if we merely...
output from qemu debug logs, obtained with `-d int,cpu_reset`. Represents just the CPUs initial state. ``` CPU Reset (CPU 0) EAX=00000000 EBX=00000000 ECX=00000000 EDX=00000000 ESI=00000000 EDI=00000000 EBP=00000000 ESP=00000000 EIP=00000000 EFL=00000000...