Rogier Wolff wrote: > > Ok. I've thought about it some more, but I don't care enough about > this issue to do the painstaking legwork: I don't have one of those > POST-code indicators on port 0x80. > > I've made the "pause" in outb_p just a few (*) ns slower, because it > now loads a variable before outputting the value to port 0x80. As the > whole idea about this is "pausing", making it a bit slower shouldn't > matter too much. I've tested it: It compiles, it boots. > > I'm not too familar with the syntax of the "asm" statement. So I may > illegally be modifying the AX register. I don't care enough about this > to figure it out right now. > It is; you'd have to specify "eax" as a clobber value, and that is undesirable. And you're still overwriting the POST value written by the BIOS. -hpa -- <[EMAIL PROTECTED]> at work, <[EMAIL PROTECTED]> in private! "Unix gives you enough rope to shoot yourself in the foot." http://www.zytor.com/~hpa/puzzle.txt - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: Linux Post codes during runtime, possi... H. Peter Anvin
- Re: Linux Post codes during runtime, p... Richard B. Johnson
- Re: Linux Post codes during runti... H. Peter Anvin
- Re: Linux Post codes during runti... David Welch
- Re: Linux Post codes during runti... Paul Gortmaker
- Re: Linux Post codes during runtime, possibly OT Rogier Wolff
- Re: Linux Post codes during runtime, possibly OT H. Peter Anvin
- Re: Linux Post codes during runtime, possibly ... Rogier Wolff
- Re: Linux Post codes during runtime, possi... H. Peter Anvin
- Re: Linux Post codes during runtime, p... Rogier Wolff
- Re: Linux Post codes during runti... H. Peter Anvin
- Re: Linux Post codes during runti... Rogier Wolff
- Re: Linux Post codes during runti... Jamie Lokier
- Re: Linux Post codes during runti... Pavel Machek
- Re: Linux Post codes during runti... Richard B. Johnson
- Re: Linux Post codes during runti... H. Peter Anvin
- Re: Linux Post codes during runtime, possi... Pavel Machek
- Re: Linux Post codes during runtime, possi... Mark H. Wood
- Re: Linux Post codes during runtime, p... Richard B. Johnson
- Re: Linux Post codes during runtime, p... mirabilos
- Re: Linux Post codes during runti... Richard B. Johnson