0 Members and 1 Guest are viewing this topic.
Quote from: graphmastur on December 05, 2010, 05:45:49 pmQuote from: DJ Omnimaga on December 05, 2010, 05:32:47 pmRight. Well, I will probably still check it out anyway, just to see how it looks like on-calc. I'm not sure if it will be bootable. I'm guessing not, since I'm pretty sure he's releasing the kernel.Yes, it's gonna be a very basic version, so that programmers can start developping their programmes. So that when it is released, it doesn't take much time to start publishing programs.
Quote from: DJ Omnimaga on December 05, 2010, 05:32:47 pmRight. Well, I will probably still check it out anyway, just to see how it looks like on-calc. I'm not sure if it will be bootable. I'm guessing not, since I'm pretty sure he's releasing the kernel.
Right. Well, I will probably still check it out anyway, just to see how it looks like on-calc.
No, the developer release is so developers can get a jump start on writing programs. And it is still on track, although I'd love for someone else to finish the Flash control routines for me
The ErasePage routine still needs to be done, and I need to figure out which sector to use for the swap sector, and better define the garbage collect routines.
Quote from: SirCmpwn on December 05, 2010, 09:09:07 pmThe ErasePage routine still needs to be done, and I need to figure out which sector to use for the swap sector, and better define the garbage collect routines.I think there is a bcall for erase page. You could disassemble that.EDIT: well, it's only for sectors since nothing else physically works, but there is bcall(8024). I guess you would have to back up the 3 pages you don't want to erase. So, you would have to erase the swap sector, swap the pages you want in there, then erase the original sector and swap back, I think.
I wonder if there will be a public non-dev release available at one point so people can give some of the features a try, unless the entire GUI and features for non-development purposes are coming at the very end?
Still fits on one page, although it is spread out on three atm.
Oh, and one of those three pages is available for user data. And the 3rd page will probably be used as a temporary swap sector.