diff --git a/IDEAS.md b/IDEAS.md index b8b4710..98c1611 100644 --- a/IDEAS.md +++ b/IDEAS.md @@ -1,4 +1,4 @@ -# ExectOS Ideas +## ExectOS Ideas 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 diff --git a/KNOWN_ISSUES.md b/KNOWN_ISSUES.md index 7b49897..a13844a 100644 --- a/KNOWN_ISSUES.md +++ b/KNOWN_ISSUES.md @@ -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. -## XTLDR +### XTLDR - [ ] 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 a bug in BlFindVolumeDevicePath() routine.