


Compaq, Phoenix and Intel. I can't see why they'd all work together just in order to define Phoenix's interface. It's just like saying the VGA is not standard because it was IBM's way of doing things. Well, clearly; but it has become de facto.01000101 wrote:It's A: Phoenix's and thus not universal.
1996. There are even older standards that are still in use.and B: it was made in like '92.
A simple "JMP 0x0000:SYNC; SYNC: " should be all that's necessary.
Can't wait for you to have a working websiteback on topic:
My OS has a menu-based UI and you can find screenshots in the "Post a screenshot..." topic.
[/quote]Love4Boobies wrote:Compaq, Phoenix and Intel. I can't see why they'd all work together just in order to define Phoenix's interface. It's just like saying the VGA is not standard because it was IBM's way of doing things. Well, clearly; but it has become de facto.01000101 wrote:It's A: Phoenix's and thus not universal.
lol I'm not the only one developing a commercial OS here. I'll leave it at that though, I'm not sure if I'd be making a first announcement for someone.Love4Boobies wrote: Can't wait for you to have a working websiteI'm curious how the only commercial OS around here is doing.
Yes. Also, some BIOSs (in some old Compaq machines IIRC) think the boot loader isn't bootable if the first instruction isn't a JMP.JAAman wrote:any bootsector that wont run if run at 07C0:0000 is flawed -- because many BIOSs actually do load it there -- some load it to 0000:7C00, others load it to 07C0:0000, and still others may load it to 50:07700...
Hmm, worst case would be something like 0xF7C1:0xFFF0....JAAman wrote:basically, the only thing you can be assured is that whatever address it is, it will resolve to physical address 7C00