0 Members and 1 Guest are viewing this topic.
BTW: Look at windows. The windows OS can do nothing. If you want to calculate, you use the 'calculator' application, If you want to edit text, you use notepad.
I don't know if this really fits in the feature requests section, but I think the size of the OS itself should be kept to the absolute minimum, and let every feature be an application. This way, you won't waste memory on the features you never use.
Quote from: ben_g on May 14, 2011, 03:22:45 pmI don't know if this really fits in the feature requests section, but I think the size of the OS itself should be kept to the absolute minimum, and let every feature be an application. This way, you won't waste memory on the features you never use. That's the plan. The entire kernel is <4000 bytes, and fits on one page. The rest of the ROM (save some places for obvious reasons) is where the applications go, and the user files go.
Quote from: SirCmpwn on May 14, 2011, 04:36:18 pmQuote from: ben_g on May 14, 2011, 03:22:45 pmI don't know if this really fits in the feature requests section, but I think the size of the OS itself should be kept to the absolute minimum, and let every feature be an application. This way, you won't waste memory on the features you never use. That's the plan. The entire kernel is <4000 bytes, and fits on one page. The rest of the ROM (save some places for obvious reasons) is where the applications go, and the user files go.We can't use the certificate for storage?
Quote from: Deep Thought on May 14, 2011, 04:58:44 pmQuote from: SirCmpwn on May 14, 2011, 04:36:18 pmQuote from: ben_g on May 14, 2011, 03:22:45 pmI don't know if this really fits in the feature requests section, but I think the size of the OS itself should be kept to the absolute minimum, and let every feature be an application. This way, you won't waste memory on the features you never use. That's the plan. The entire kernel is <4000 bytes, and fits on one page. The rest of the ROM (save some places for obvious reasons) is where the applications go, and the user files go.We can't use the certificate for storage? No, but you can use the boot page
Quote from: SirCmpwn on May 14, 2011, 05:23:39 pmQuote from: Deep Thought on May 14, 2011, 04:58:44 pmQuote from: SirCmpwn on May 14, 2011, 04:36:18 pmQuote from: ben_g on May 14, 2011, 03:22:45 pmI don't know if this really fits in the feature requests section, but I think the size of the OS itself should be kept to the absolute minimum, and let every feature be an application. This way, you won't waste memory on the features you never use. That's the plan. The entire kernel is <4000 bytes, and fits on one page. The rest of the ROM (save some places for obvious reasons) is where the applications go, and the user files go.We can't use the certificate for storage? No, but you can use the boot page Page 0 or Page 1F/3F/7F. I'm assuming 0, since the other pages shouldn't be writable, but knowing SirCmpwn...
Quote from: graphmastur on May 14, 2011, 07:53:13 pmQuote from: SirCmpwn on May 14, 2011, 05:23:39 pmQuote from: Deep Thought on May 14, 2011, 04:58:44 pmQuote from: SirCmpwn on May 14, 2011, 04:36:18 pmQuote from: ben_g on May 14, 2011, 03:22:45 pmI don't know if this really fits in the feature requests section, but I think the size of the OS itself should be kept to the absolute minimum, and let every feature be an application. This way, you won't waste memory on the features you never use. That's the plan. The entire kernel is <4000 bytes, and fits on one page. The rest of the ROM (save some places for obvious reasons) is where the applications go, and the user files go.We can't use the certificate for storage? No, but you can use the boot page Page 0 or Page 1F/3F/7F. I'm assuming 0, since the other pages shouldn't be writable, but knowing SirCmpwn...Considering ROM stands for Read-Only Memory it'd be kind of a breakthrough
It was a joke Page00 is restricted from filesystem access, the reason being that it's the kernel and would be bad to mess up. So is the boot page, usb page (84+, read-only), and certificate pages.
Yeah, especially since I spent so much time getting it working on linux