Update ideas and known issues markdown
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Rafal Kupiec 2023-01-28 19:22:02 +01:00
parent 27e2fdf4f2
commit 29ec28fafe
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# ExectOS Ideas ## ExectOS Ideas
This is a list of ideas that migh but not must be realized. This is a list of ideas that migh but not must be realized.
- [ ] Move processor context initialization (GDT, IDT, LDT, PCR, TSS) from XTLDR to XTOSKRNL to simplify the XTOS boot - [ ] Move processor context initialization (GDT, IDT, LDT, PCR, TSS) from XTLDR to XTOSKRNL to simplify the XTOS boot

View File

@ -1,7 +1,7 @@
# ExectOS Known Issues ## ExectOS Known Issues
This is a list of well known bugs that exists in all master branch builds. This is a list of well known bugs that exists in all master branch builds.
## XTLDR ### XTLDR
- [ ] In some specific scenarios (most probably EFI by Insyde) XTLDR cannot load modules. Calling the EFI's - [ ] In some specific scenarios (most probably EFI by Insyde) XTLDR cannot load modules. Calling the EFI's
BootServices->LoadImage() fails with STATUS_EFI_NOT_FOUND (0x800000000000000E) status code. Possibly this is BootServices->LoadImage() fails with STATUS_EFI_NOT_FOUND (0x800000000000000E) status code. Possibly this is
a bug in BlFindVolumeDevicePath() routine. a bug in BlFindVolumeDevicePath() routine.