0 Members and 1 Guest are viewing this topic.
[01:08:42] <+BrandonW> I disassembled that ROM he posted, I don't see how it's booting without any boot page.[01:08:53] <+BrandonW> I guess he's using an emulator that starts at 0000h.[01:09:07] <+BrandonW> There are some strange things going on in it.[01:10:18] * +TD-Linux ([email protected]) Quit (Ping timeout: 310 seconds)[01:10:22] <+BrandonW> Actually my disassembler's just having a tought time with a couple of instructions.[01:10:38] <+BrandonW> Looks like out (c),a and in a,(c)[01:11:11] <+SpyBot45> New post by meishe91 in our dear friend third-party... http://ourl.ca/5934/91778[01:11:33] * TD-Linux ([email protected]) has joined #omnimaga[01:13:04] <@DJ_Omni> ok[01:13:15] <@DJ_Omni> if there are any problems you may want to point him out[01:13:16] <+BrandonW> Did he also have something to do with LinTIx?[01:13:24] <@DJ_Omni> cuz idk much about that stuff [01:13:30] <@DJ_Omni> idk[01:14:23] <@DJ_Omni> all I know is that it appeared to work fine under WabbitEmu[01:16:08] <+BrandonW> Actually, it just hit me...[01:16:18] <@DJ_Omni> also what is LinTIx?[01:16:33] <+BrandonW> Wabbitemu will start executing on the boot page, but because he's got that filled with either 0xFF or 0x00, it'll overflow to 0x0000 and start executing.[01:16:39] <+BrandonW> I wonder if he realizes that.[01:16:46] <@DJ_Omni> ok[01:16:47] <+BrandonW> Either that or it'll jump to 0x0038.[01:16:49] <@DJ_Omni> not sure [01:17:06] <+BrandonW> LinTIx is apparently a third-party OS project on SourceForge for the 83+ series.[01:18:23] <@DJ_Omni> aaah[01:18:26] <@DJ_Omni> never heard of it
... stuff ...Developers should know that KnightOS will require coders to use location-independent code. This means that using call, jp, and occasionally ld will not work. However, I have included macros kcall, kjp, and kld for the programmers use, which will run slower the at first, but will run just as fast as the application's life progresses.Calc84, nice to hear! I look forward to seeing more about it.Does anyone know how to set up the system interrupt? I tried, but it didn't work too well, and looking through the source code from OS2 didn't help too much.... more stuff ...