Changeset 246 for trunk/bootcode/regular/std_text.asm
- Timestamp:
- Jul 21, 2018, 8:48:54 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/regular/std_text.asm
r244 r246 63 63 CopyrightVersionLen equ 6 64 64 65 IF NOT BLD_LANG_TXT EQ 'es' 65 66 ; License and source info. 66 67 BootEndMsg db 'This is GPLv3+ software, please visit: http://www.gnu.org/licenses/gpl.txt', 0 67 68 BootEndMsg2 db 'To obtain the sources, please visit: http://svn.netlabs.org/air-boot', 0 69 ENDIF 68 70 69 71 ; Bugger...
Note:
See TracChangeset
for help on using the changeset viewer.