Zephyr Lykos

Results 252 comments of Zephyr Lykos

Some probably interesting symbols: - `KiInitializeBootStructures` - `KiSpeculationFeatures` - `KiDetectTsx` - `KiAddSpecCtrlSsbdBit` - `KiIs....Mitigation...`

@xproot Could you pinpoint the exact ntoskrnl executable that fails to boot? I might be able to bindiff those two executables before and after the update to get some hints.

This bootloader is NOT FOR PRODUCTION. Do not use this for anything serious.

@xproot https://winbindex.m417z.com/?file=ntoskrnl.exe u could try some luck here :) filter to w10 1607 and do a manual bisect based on file signing date.

UNEXPECTED is more like a guard (e.g. __builtin_unreachable) but with a defined behavior instead. NOT_IMPLEMENTED is for platform-dependent support. I hope this clears the confusion.

> Regarding NOT_IMPLEMENTED: I think we have NOT_SUPPORTED for the mentioned use-case. Not in Zycore: ![image](https://github.com/user-attachments/assets/fe456b9d-9ba7-4204-898c-076c37606336)

If someone with a different setup could test this I'd be glad to merge, since I have zero Nix experience.

eslint is in extras since a better alternative is available (eslint-lsp).

Is it possible for you to use .with() for this? Some integration might detect the diagnostics source and this will break them with this approach.