Re: [LinuxBIOS] VGA Console does not start if ROM_SIZE > 512

2007-01-29 Thread Alan Carvalho de Assis
Hi Stefan, 2007/1/28, Stefan Reinauer <[EMAIL PROTECTED]>: > If you change the ROM_SIZE you also need to change the start of > the vga bios: > >register "rom_address" = "0xfff8" > > should be > >register "rom_address" = "0xffe0" > > for a 2MB image > -- thank you very much. It wo

Re: [LinuxBIOS] VGA Console does not start if ROM_SIZE > 512

2007-01-28 Thread Stefan Reinauer
* Alan Carvalho de Assis <[EMAIL PROTECTED]> [070128 21:02]: > This is the working option: > option ROM_SIZE = 512*1024-36*1024 > > If I change it to 1MB or 2MB VGA console don't work: > option ROM_SIZE = 2048*1024-36*1024 If you change the ROM_SIZE you also need to change the start of the vga b

[LinuxBIOS] VGA Console does not start if ROM_SIZE > 512

2007-01-28 Thread Alan Carvalho de Assis
Hi guys, I am testing LinuxBIOS on 2MB flash in tyan s2850. If I compile LinuxBIOS to 512KB (-36KB from VGA ROM) and complete the head of ROM file with 0's to get 2MB everything work fine, LinuxBIOS starts and I can see the GRUB menu on VGA monitor. This is the working option: option ROM_SIZE = 5

[LinuxBIOS] VGA Console does not start if ROM_SIZE > 512

2007-01-28 Thread Alan Carvalho de Assis
Hi guys, I am testing LinuxBIOS on 2MB flash in tyan s2850. If I compile Linux to 512KB (-36KB from VGA ROM) and complete the head of ROM file with 0's to get 2MB everything work fine, LinuxBIOS starts and I can see the GRUB menu on VGA monitor. This is the working option: option ROM_SIZE = 512*1