From 84c8bc98aeb6e43d99879d5764365f6638c9939a Mon Sep 17 00:00:00 2001 From: belliash Date: Wed, 15 Mar 2023 22:23:46 +0100 Subject: [PATCH] Update ideas --- IDEAS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/IDEAS.md b/IDEAS.md index f2e9e00..c085fcc 100644 --- a/IDEAS.md +++ b/IDEAS.md @@ -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. - [ ] 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. + +### 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.