From 29ec28fafe2eb68af53356a41a32f6c24ad9a88d Mon Sep 17 00:00:00 2001 From: belliash Date: Sat, 28 Jan 2023 19:22:02 +0100 Subject: [PATCH] Update ideas and known issues markdown --- IDEAS.md | 2 +- KNOWN_ISSUES.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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.