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