Trying to figure out the architecture for a somewhat self-hosting OS for the #PocketViewer. Instead of sleeping.
#CollapseOS would only give me access to about 28K of near addressable RAM, but maybe that would be enough?
I don't see much point in scrapping the existing OS though and its standard library would be nice to have access to. Well... I guess I could start by shipping cOS as a C application and providing a C call primitive...?
If I could take over the OS then I'd get 128K of RAM, that's two full 16 bit segments! Wow.