Update ideas
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Rafal Kupiec 2023-03-15 22:23:46 +01:00
parent 3afbc7e419
commit 84c8bc98ae
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -7,3 +7,7 @@ This is a list of ideas that migh but not must be realized.
the addressable virtual memory from 256TB to 128PB. the addressable virtual memory from 256TB to 128PB.
- [ ] Find graphics card from all PCI devices and identify its framebuffer address when GOP is not supported by UEFI - [ ] Find graphics card from all PCI devices and identify its framebuffer address when GOP is not supported by UEFI
firmware and UGA has to be used instead. firmware and UGA has to be used instead.
### XTOSKRNL
- [ ] Implement mechanism for detecting CPU features and checking hardware requirements. If CPU does not meet
requirements, it should cause a kernel panic before any non-supported instruction is being used.