From: Thorsten O. <ad...@th...> - 2025-01-19 08:50:57
|
On Samstag, 18. Januar 2025 21:42:57 CET Jo Even Skarstein via Freemint- discuss wrote: > Which suggests that either the > kernel or XaAES depends on some memory/variables being zeroed. Uh, that would be really bad. Such things are hard to find. One could try to hack kmalloc() and/or Malloc(), and explicitly set the memory to something else then zero, then try if such a kernel also crashes on other hardware. |