Changeset 245
- Timestamp:
- Jul 10, 2018, 2:05:02 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/airboot.asm
r244 r245 1010 1010 ; part of the table above. 1011 1011 IF BLD_LANG_TXT EQ 'es' 1012 db 'OS2-BMGR', 'v¡a BIOS', ' Flexible', '????????'1012 db 'OS2-BMGR', 'v¡a BIOS', 'Disquete', '????????' 1013 1013 ELSE 1014 1014 db 'OS2-BMGR', 'via BIOS', 'Floppy ', 'Unknown ' -
trunk/bootcode/regular/videoio.asm
r244 r245 460 460 db 0CAh 461 461 db 0CBh 462 db 085h 463 db 0D5h 464 db 0C4h 465 db 0D7h 466 db 0C4h 467 db 085h 462 468 463 469 ; In: BX - Begin Position, DX - End Position … … 701 707 ; Put the Build Information at the POST BIOS screen. 702 708 ; 703 VideoIO_PrintBuildInfo Proc Near Uses ax bx cx si di709 VideoIO_PrintBuildInfo Proc Near Uses ax bx dx cx si di 704 710 ; Print header. 705 711 mov si, offset [build_date] … … 713 719 call VideoIO_FixedPrint 714 720 mov cx, 10 721 xor dx, dx 715 722 mov [TextPosX], 65 716 723 mov al, ' ' … … 729 736 push [si+bx+02] 730 737 push [si+bx+04] 738 mov dx, 5 731 739 mov di, si 732 740 add di, bx 733 741 add si, 17 734 742 mov cx, 7 743 add cx, dx 744 inc cx 735 745 cld 736 746 rep movsb 737 747 xchg bx, cx 738 mov al, 085h739 stosb740 748 pop [di+bx+04] 741 749 pop [di+bx+02] 742 750 pop [di+bx+00] 743 751 pop si 752 sub [TextPosX], dl 744 753 xchg ah, al 745 754 @@: … … 753 762 shl ax, 4 754 763 add cx, 4 764 add cx, dx 755 765 @@: lodsb 756 766 xor al, ah 757 767 call VideoIO_PrintSingleChar 758 768 loop @B 759 760 769 add [TextPosY], 2 761 770 mov [TextPosX], 0 762 771 call MBR_TeletypeSyncPos 763 764 772 ret 765 773 VideoIO_PrintBuildInfo EndP -
trunk/bootcode/setup/main.asm
r214 r245 30 30 ;~ LocMENU_ItemPack equ 8 ; only if VariablePtr>0 31 31 32 IF NOT BLD_LANG_TXT EQ 'es' 32 33 SETUP_UpperFixString db 'SETUP ',0 ; AddOn for "AiR-BOOT SETUP vX.XX" 34 ENDIF 33 35 34 36 include setup/menus.asm ; Menu structures … … 577 579 call VideoIO_FixedPrint ; Put 'AiR-BOOT' to 1st line... 578 580 push si 581 582 ; rousseau.comment.201807101222 :: Need to make this a lang-dependend function 583 IF BLD_LANG_TXT EQ 'es' 584 mov cx, 0118h 585 call VideoIO_Locate 586 ENDIF 579 587 mov si, offset SETUP_UpperFixString 580 588 call VideoIO_Print ; and 'SETUP'... -
trunk/bootcode/text/es/menus.asm
r237 r245 18 18 ;--------------------------------------------------------------------------- 19 19 ; AiR-BOOT SETUP / ALL SETUP MENUS 20 ; v001 - English - by Martin Kiewitz20 ; v001 - Spanish - by Alfredo Fern ndez D¡az 21 21 ;--------------------------------------------------------------------------- 22 22 … … 24 24 ;----------------------------------|-------------------------------|-------- 25 25 TXT_SETUP_PartitionSetup db 'CONFIGURAR PARTICIONES', 0 26 TXT_SETUP_BasicOptions db 'OPCIONES B ',0b5h,'SICAS', 026 TXT_SETUP_BasicOptions db 'OPCIONES BµSICAS', 0 27 27 TXT_SETUP_AdvOptions db 'OPCIONES AVANZADAS', 0 28 28 TXT_SETUP_ExtOptions db 'OPCIONES DE INICIO EXTENDIDAS', 0 … … 45 45 ; Basic Options - Items - Max Length: 23 46 46 ;----------------------------------|---------------------|------------------ 47 TXT_SETUP_DefaultSelection db 'Por omisi¢n iniciar', 047 TXT_SETUP_DefaultSelection db 'Por omisi¢n, iniciar', 0 48 48 TXT_SETUP_TimedBoot db 'Temporizador', 0 49 49 TXT_SETUP_TimedBootDelay db 'Tiempo para iniciar (s)', 0 … … 91 91 TXT_SETUP_MAGIC_Disabled db 'Inactivo', 0 92 92 TXT_SETUP_MAGIC_Detailed db 'Detallado', 0 93 TXT_SETUP_MAGIC_NoBootable db 'No iniciab l', 093 TXT_SETUP_MAGIC_NoBootable db 'No iniciab.', 0 94 94 ; [Linux support removed since v1.02] 95 95 ;TXT_SETUP_MAGIC_NoLinux db 'No Linux', 0 96 TXT_SETUP_MAGIC_DoNothing db ' Ignorar', 096 TXT_SETUP_MAGIC_DoNothing db 'Continuar', 0 97 97 TXT_SETUP_MAGIC_ResetTime db 'Reiniciar', 0 98 98 TXT_SETUP_MAGIC_StopTime db 'Detener', 0 … … 190 190 db 'para el inicio.', 0 191 191 db 0 192 TXT_SETUPHELP_TimedKeyHandling db 'Establece qu hacer si', 0 193 db 'se pulsa una tecla', 0 194 db 'durante la cuenta para', 0 195 db 'el inicio.', 0 192 TXT_SETUPHELP_TimedKeyHandling db 'Efecto sobre la cuenta', 0 193 db 'de inicio si se pulsa', 0 194 db 'una tecla.', 0 196 195 db 0 197 196 TXT_SETUPHELP_BootLastIfTimed db 'Si se activ¢ el inicio', 0 … … 201 200 db 'por omisi¢n.', 0 202 201 db 0 203 TXT_SETUPHELP_RememberLastBoot db ' Al inicio, colocarel', 0202 TXT_SETUPHELP_RememberLastBoot db 'Empezar colocando el', 0 204 203 db 'cursor del men£ sobre', 0 205 204 db 'el £ltimo sistema que', 0 … … 343 342 ; Must be shorter than SaveAndExitNow / QuitWithoutSaveNow 344 343 ;----------------------------------|----------------------------------------------------------| 345 TXT_SETUP_AreYouSure1 db 'šEST ',0b5h,'SEGURO?', 0344 TXT_SETUP_AreYouSure1 db 'šESTµ SEGURO?', 0 346 345 TXT_SETUP_AreYouSure2 db '(S/N)', 0 347 346 -
trunk/bootcode/text/es/other.asm
r244 r245 89 89 ;----------------------------------|---------|------------------------------ 90 90 TXT_Floppy_NoName db 'Sin nombre ' 91 TXT_Floppy_Drive db 'Disquete 91 TXT_Floppy_Drive db 'Disquetera ' 92 92 TXT_Floppy_NoDisc db 'Sin disco ' 93 93 … … 162 162 ; Drive-Letter indication for OS/2 partitions 163 163 dl_text db ' en unidad ',0 164 dl_hidden db ' oculto ',0 164 dl_hidden db ' oculta ',0 165 166 ; Displayed above SETUP Menu 167 SETUP_UpperFixString db 'CONFIGURACIàN DE AiR-BOOT ',0 -
trunk/include/version.h
r244 r245 65 65 #define BLDLVL_YEAR "2018" 66 66 #define BLDLVL_MONTH "07" 67 #define BLDLVL_DAY " 08"67 #define BLDLVL_DAY "10" 68 68 69 69 // Build time -
trunk/include/version.inc
r244 r245 55 55 AB_YEAR EQU 2018h 56 56 AB_MONTH EQU 07h 57 AB_DAY EQU 08h57 AB_DAY EQU 10h 58 58 59 59 ; The Hours, Minutes and Seconds, again in BCD for easy manipulation.
Note:
See TracChangeset
for help on using the changeset viewer.