Gateway INcompatible?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Mr. Xsism

Gateway INcompatible?

Post by Mr. Xsism »

hello fellow devers,
i have a serious problem...
...my kernel floppy image will NOT run on ANY gateway pc, but runs *PERFECTLY* on my home brew PCs. WHY??? has anyone else had this problem thus far?? I'd be greatful for help on this subject as i am solidly perplexed. It *might* be because i use cmos to detect floppy drives,that's all i can think of.

regards,
Mr. Xsism
Me

RE:Gateway INcompatible?

Post by Me »

I have had some problems with not being able to boot my os from a floppy disc (on IBM machines, never had/seen/tested a Gateway).

I found out that some machines always fails on every first read from the floppy drive, because it has to start the floppy drive engine and that can causes a time-out/error on some machine. The second read usually succeed.

So check you code and make sure it tries to read a sector at least 3 times before it is allowed to fail.

Hope this helps you.
Tom Fritz

RE:Gateway INcompatible?

Post by Tom Fritz »

It is the BIOS....

I'm currently working on some BIOS calles that work on all/most BIOSes...
Post Reply