From 3bf9d39281f2f5467a1a5ea2f011db214994dd8b Mon Sep 17 00:00:00 2001 From: Axel PASCON Date: Tue, 5 Nov 2024 23:51:27 +0100 Subject: [PATCH] various tiny updates --- CODE_OF_CONDUCT.md | 4 ---- ROADMAP.md | 8 ++++++++ 2 files changed, 8 insertions(+), 4 deletions(-) delete mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md deleted file mode 100644 index dd2dc57..0000000 --- a/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,4 +0,0 @@ - -# Code of conduct - -TODO diff --git a/ROADMAP.md b/ROADMAP.md index 7d31046..8c9c190 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -26,3 +26,11 @@ ### 29/12/2024 - [ ] start writing a task system, with a custom scheduler (?) (based on a multicore priority-based round robin scheduler) + +## TODO + +Below are some lists of not-already-planned features. Some of them may actually never be implemented, because unfeasible, unrealistic, or just not appropriate to kernel coding. However, for now, these are still some potential feature ideas. + +### Unsorted TODOs + +- [ ] implement a reference-counting garbage collector