fixing readme again

This commit is contained in:
Brett Weiland 2021-09-24 14:24:35 -05:00
parent b62706c9f2
commit cf8f128958

View File

@ -35,6 +35,6 @@ Additionally, there's some pretty messy code. I've improved while working on thi
9. Let's not get too ahead of ourselves...
# Backlog
## These are things I want to evencually fix, but don't effect current development
These are things I want to evencually fix, but don't effect current development.
1. Making the bootloader pass kernel command paramaters from fat filesystem. Bootloader has no filesystem and is part of kernel, this will be hard
2. Making mutexes more space efficent; right now we use a 16 bit variable for every boolean operation