Home > Archive > A86 Assembler > July 2004 > Start-up code for x86 (Pentium) targets on GHS
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Start-up code for x86 (Pentium) targets on GHS
|
|
| Ignacio Gonz?lez T. 2004-07-01, 3:56 pm |
| I'm trying to set up a proprietary Pentium-based prototype with The
Green Hills MULTI tools. Alas, the default start-up code that comes
with them is taylored to a PC-based with BIOS, diskette and the like,
already in 32-bit protected mode, which is not my case.
Before playing with Intel's psycho-chip, and guessing when I need an
override prefix and where, I wonder if somebody could lend me a hand
and providing me with some start-up code for a bare board like mine.
Thanks a lot.
| |
| Jim Stewart 2004-07-01, 3:56 pm |
| Ignacio Gonz?lez T. wrote:
> I'm trying to set up a proprietary Pentium-based prototype with The
> Green Hills MULTI tools. Alas, the default start-up code that comes
> with them is taylored to a PC-based with BIOS, diskette and the like,
> already in 32-bit protected mode, which is not my case.
>
> Before playing with Intel's psycho-chip, and guessing when I need an
> override prefix and where, I wonder if somebody could lend me a hand
> and providing me with some start-up code for a bare board like mine.
Sounds like lots of head-banging in your future (:
Take a look at the linux bios project. The initialization
code might help you:
http://www.linuxbios.org/
|
|
|
|
|