Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Update TODO.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EnderIce2 committed Mar 19, 2024
1 parent b35045e commit fb04ff9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
- [ ] Rework the stack guard.
- [x] Mutex implementation.
- [ ] Update SMBIOS functions to support newer versions and actually use it.
- [ ] COW (Copy On Write) for the virtual memory. (https://en.wikipedia.org/wiki/Copy-on-write)
- [ ] Implement lazy allocation. (page faults)
- [x] COW (Copy On Write) for the virtual memory. (https://en.wikipedia.org/wiki/Copy-on-write)
- [x] Implement lazy allocation. (page faults)
- [ ] Bootstrap should have a separate bss section + PHDR.
- [ ] Reimplement the driver conflict detection.
- [x] Elf loader shouldn't create a full copy of the elf binary. Copy only the needed sections.
Expand All @@ -39,7 +39,7 @@
- [ ] Optimize screen printing.
- On real hardware it's very slow, a solution is dirty printing.

- [ ] Thread ids should follow the POSIX standard.
- [x] Thread ids should follow the POSIX standard.
- When a new process is created, the first thread should have the same id as the process id.
- If pid is 400, the first thread should have the id 400. The second thread should have the id 401, etc.

Expand Down

0 comments on commit fb04ff9

Please sign in to comment.