Update ideas and known issues markdown
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
27e2fdf4f2
commit
29ec28fafe
2
IDEAS.md
2
IDEAS.md
@ -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
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user