From 11f096d9f334e0884efdc7ac5671dc8530e5f433 Mon Sep 17 00:00:00 2001 From: Aiken Harris Date: Thu, 9 Oct 2025 09:57:30 +0200 Subject: [PATCH] Remove IDEAS and KNOWN_ISSUES migrated to Gitea --- IDEAS.md | 9 --------- KNOWN_ISSUES.md | 6 ------ 2 files changed, 15 deletions(-) delete mode 100644 IDEAS.md delete mode 100644 KNOWN_ISSUES.md diff --git a/IDEAS.md b/IDEAS.md deleted file mode 100644 index 8ed4bac..0000000 --- a/IDEAS.md +++ /dev/null @@ -1,9 +0,0 @@ -## ExectOS Ideas -This is a list of ideas that migh but not must be realized. - -### 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. - - [ ] Finish framebuffer and terminal implementation. Initialization code is already prepared as well as routines for - clearing the screen and drawing single points. Terminal should be instantiable (should be able to create many - terminals and switch between them) and work on top of FB. It should define ANSI colors and scrollback buffer. diff --git a/KNOWN_ISSUES.md b/KNOWN_ISSUES.md deleted file mode 100644 index f008157..0000000 --- a/KNOWN_ISSUES.md +++ /dev/null @@ -1,6 +0,0 @@ -## ExectOS Known Issues -This is a list of well known bugs that exists in all master branch builds. - -### XTLDR - - [ ] EFI Runtime Services are not mapped properly into higher half. They are mapped itself, but all pointers inside - that structure point to some physical address that is unavailable after paging is enabled.