Updates to Clearwater and bootselect to support failover boot chooser

This commit is contained in:
Steven James 2003-01-08 20:17:48 +00:00
parent e431e353cd
commit 471515cebb
2 changed files with 2 additions and 2 deletions

View file

@ -283,7 +283,7 @@ expr ROM_SECTION_OFFSET=(USE_FALLBACK_IMAGE*(ROM_SIZE-65536))+(USE_NORMAL_IMAGE*
## The linuxBIOS bootloader.
##
#expr ZKERNEL_START =(0xffffffff - ROM_SIZE + ROM_SECTION_OFFSET + 1)
expr ZKERNEL_START = 0xfff00000
expr ZKERNEL_START = 0xfff00000 + (USE_NORMAL_IMAGE * 0x10000)
expr PAYLOAD_SIZE =ROM_SECTION_SIZE - ROM_IMAGE_SIZE

View file

@ -50,7 +50,7 @@ int choose_stream(struct stream *stream)
current += current->block_count+1;
}
j=1;
j=2;
if(iskey()) {
j = ttys0_rx_char();
j=-1;