Drew DeVault
Drew DeVault
configlib only supports reading config files, but it'd be nice if it also supported writing to them.
Right now kpack only supports uncompressed packages. We should fix that.
Right now you're stuck with listing the entire directory from listDirectory, but it'd be nice if we gave you a means of escape.
Right now the kernel only uses 8-bit library IDs, and the library format could use some polishing (perhaps a modified version of KEXC?) This is (probably) a breaking change.
A detailed RFC has been written up for this: https://gist.github.com/SirCmpwn/a5eb0c5913ec768fd159 In short, we need to refactor the kernel tables rather seriously. We will: - Make new library, file handle, and...
The kernel's math API is a bit haphazard. We need it to be consistent, and propegate that out to userspace. This will be a breaking change and must happen prior...
Libraries need to use a slightly different means of relocation.
This shouldn't be that tough, but updating the kernel driver to support it will be a bit of a pain.
We should keep that sort of thing in `kernel/doc/*`.