diff --git a/HARDWARE.md b/HARDWARE.md index 9bc8cd5d5..0908d62ab 100644 --- a/HARDWARE.md +++ b/HARDWARE.md @@ -112,7 +112,7 @@ Each "Vendor" has its own alphabetical order in "Model", independent from models |------------|-----------|-------------------|----------------|-------------|----------------------|--------------------------|------------| | ASUS | PN41 | 0.8.0 | 2024-05-30 | server | x86-64 | Unknown | Aborts after panic in xhcid | | BEELINK | U59 | 0.8.0 | 2024-05-30 | server | x86-64 | Unknown | Aborts after panic in xhcid | -| Dell | XPS L502X | 0.9.0 | 2026-04-16 | desktop | x86-64 | BIOS | Does not find the bootloader without patching the partition type byte to FAT32 (LBA), panics with "Failed to find lib: No such file or directory" at src/main.rs:368:39 | +| Dell | XPS L502X | 0.9.0 | 2026-04-16 | desktop | x86-64 | BIOS | Does not find the bootloader without patching the partition type byte to FAT32 (LBA), after the live kernel loads, the kernel panics and dumps an unreadable long trace, referencing an invalid opcode CPU error in a part of the log. | | Framework | Laptop 16 (AMD Ryzen 7040 Series) | 0.9.0 | 2026-3-29 | desktop, demo | x86-64 | UEFI | Crash due to unimplemented acpi function, see [jackpot51/acpi #3](https://github.com/jackpot51/acpi/pull/3) on GitHub | | HP | Compaq nc6120 | 0.9.0 | 2024-11-08 | desktop, server | i686 | BIOS | Unloads into memory at a rate slower than 1MB/s after selecting resolution. When unloading is complete the logger initializes and crashes after kernel::acpi, some information about APIC is printed. Boot logs do not progress after this point. | | HP | EliteBook 2570p | 0.8.0 | 2022-11-23 | demo | x86-64 | BIOS (CSM mode?) | Gets to resolution selection, Fails assert in `src/os/bios/mod.rs:77` after selecting resolution |