## NTOS - [x] #34 - [x] #44 ## NTDLL For i386 SEH the following items need work: - [ ] Implement stack trace for release builds For amd64 SEH the following items need work: - [ ] Implement collided unwind. - [ ] Implement nested exception. - [ ] Implement history table - [ ] Exception-safe setjmp/longjmp - [ ] Implement stack trace - [ ] #10 For most of these we can look at WINE code. ## WDM - [ ] Implement PnP notification - [ ] #33
NTOS
CriticalSectionLockSemaphoreetc when creating process and populate them inNTDLL_PROCESS_INIT_INFO. #34NTDLL
For i386 SEH the following items need work:
For amd64 SEH the following items need work:
For most of these we can look at WINE code.
WDM