Execution engine review: this one is long because ELF loading, WASM runtime behavior, binary loading, JIT paths, traps, and portability can introduce a lot of subtle kernel bugs.
This post looks at what still needs to be implemented before the execution engine should be pushed through the final dev cycle, after the architecture and abstraction layer.
How do you handle portability testing near the end of an OS dev cycle?
#Wasm #KernelDev #SystemsProgramming
https://oreulius.com/blog/code-review-the-wasm-runtime-and-elf-execution-engine
Launching my blog with a walkthrough of virtme-ng: boot your kernel in QEMU, try cross-arch builds, run kselftests, and offload compilation to a remote machine. I'll be using virtme-ng on future posts.
24 hours until the CfP for "EuroRust 2026" closes: https://sessionize.com/eurorust-2026
#cfp #conference #Rust #Embedded #Backend #Frontend #Gui #Osdev #Kerneldev #Beginner #Intermediate #Advanced #Cli #Language #Opensource
24 hours until the CfP for "EuroRust 2026" closes: https://sessionize.com/eurorust-2026
#cfp #conference #Rust #Embedded #Backend #Frontend #Gui #Osdev #Kerneldev #Beginner #Intermediate #Advanced #Cli #Language #Opensource
A recent LKML patch used a tool called kconfirm to find Kconfig "dead code." The tool is so obscure that even Andrew Morton was puzzled, replying:
"OK, I give up. Where do I learn about kconfirm?"
It’s refreshing to see the person overseeing the kernel’s most critical code have a "no idea what this is" moment! Like Andrew, I’m dying to know—where DO we learn about this? Haha! 😂
https://lore.kernel.org/linux-mm/20260[email protected]/T/#m62498a39216b41fd3ff56b05310c5acac6433f27
Linux 7.0 è stato confermato da Linus Torvalds: la nuova serie del kernel arriverà a metà aprile 2026, con il primo RC previsto per il 22 febbraio. #LinuxKernel #Linux70 #Torvalds #OpenSource #KernelDev
Una nuova proposta esplora l’uso di modelli di machine learning in user‑space per assistere il comportamento del kernel Linux tramite un proxy ML leggero. #Linux #Kernel #MachineLearning #OpenSource #KernelDev #AI
75 MILLION cycles & 24h stress test: PASSED.
Final verdict on #RaspberryPi 4 + #Buildroot + Linux 6.19-rc1 PREEMPT_RT:
Max jitter: 118us (under heavy stress)
Max jitter: 70us (post-stress/idle)
Perfect recovery, zero drift, and absolute determinism. This $50 setup is officially outperforming industrial hardware 10x its price. The future of #RTLinux is here 👊🏻
#Linux #RealTime #EmbeddedSystems #RPi4 #KernelDev #OSDev #Stability