URL
https://opencores.org/ocsvn/zet86/zet86/trunk
[/] [zet86/] [trunk/] [soc/] [bios/] [rombios.c] - Diff between revs 26 and 27
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 26 |
Rev 27 |
Line 790... |
Line 790... |
jmp halt2_loop
|
jmp halt2_loop
|
ASM_END
|
ASM_END
|
}
|
}
|
}
|
}
|
|
|
static char bios_svn_version_string[] = "$Revision: 1.1 $ $Date: 2008-10-01 02:25:51 $";
|
static char bios_svn_version_string[] = "$Revision: 1.2 $ $Date: 2008-10-04 23:11:53 $";
|
|
|
//--------------------------------------------------------------------------
|
//--------------------------------------------------------------------------
|
// print_bios_banner
|
// print_bios_banner
|
// displays a the bios version
|
// displays a the bios version
|
//--------------------------------------------------------------------------
|
//--------------------------------------------------------------------------
|
Line 1040... |
Line 1040... |
;--------------------
|
;--------------------
|
;- POST: EBDA segment
|
;- POST: EBDA segment
|
;--------------------
|
;--------------------
|
; relocated here because the primary POST area isnt big enough.
|
; relocated here because the primary POST area isnt big enough.
|
ebda_post:
|
ebda_post:
|
#if BX_USE_EBDA
|
|
mov ax, #EBDA_SEG
|
|
mov ds, ax
|
|
mov byte ptr [0x0], #EBDA_SIZE
|
|
#endif
|
|
xor ax, ax ; mov EBDA seg into 40E
|
xor ax, ax ; mov EBDA seg into 40E
|
mov ds, ax
|
mov ds, ax
|
mov word ptr [0x40E], #EBDA_SEG
|
mov word ptr [0x40E], #EBDA_SEG
|
ret;;
|
ret;;
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.