* Eric W Biederman <[EMAIL PROTECTED]> [020729 21:10]:
> > First, I've added that very early POST code to the crt0.base for i386:
> >        intel_chip_post_macro(0x01)             /* delay for chipsets */
> 
> Sounds reasonable.  I am somewhat leery of putting hardware specific
> code at a location like that, but it is a macro, and it is generally applicable
> to x86 so it shouldn't be to bad.
 
It's probably nothing of use, but iirc on Milo/AXP i can only do this
_after_ I know where my cpu/mainboard specific inb/outb are. This
part is in the x86 startup code, so it's a non issue. 2nd LinuxBIOS
does not use the ill kernel linking milo does, so even on other
platforms it won't hurt. Just came to my mind.

  Stefan
-- 
The x86 isn't all that complex - it just doesn't make a lot of
sense.          -- Mike Johnson, Leader of 80x86 Design at AMD
                                  Microprocessor Report (1994)

Reply via email to