Drew DeVault
Drew DeVault
Thread flags start at bit 1, not bit 0.
I think there's an unneccessarily large waste of RAM involved in the whole Flash function dance. We could probably share the kernel variable space with it if we allocated it...
kpack should be updated to support joining lines with \.
We've got a USB port, let's use it! We can probably learn a lot from the usb8x source code. There's also an open source Linux driver for this controller (though...
Threads should be able to wait until some event happens and then have the kernel notify them, so that they aren't spinning their wheels with precious CPU time.