>I have no problems booting linux on AMD eval board from flash
>without BIOS. I wrote AMD 22/23h register setup procedure
>which switches to protected mode and places gdt at 0x00000
>(who cares - we don't have real mode interrupt table!:),
>no mods in kernel, 2 changes in boot/compressed/misc.c,
>currently I use romfs on slightly modyfied Olivers
>/dev/rom0.
I'd love to see the code your'e using. I've had some success
using an EPROM emulator from ABI and the PDREMOTE/ROM
4.0 Startup Code (included on the CD rom in ck000801).
I've managed to do some setting up and toggling the LED display
on 0x680 + 0x80 but I'm not really sure where to go from here.
I bought this EPROM emulator since I could not figure out an easy
way to program the flash memories. Do you have any suggestions?
Right now I'm debugging my setup and startup code using Bochs,
really neat.
//Björn Eriksson.