Changeset 60 for trunk/bootcode/air-boot.asm
- Timestamp:
- Feb 18, 2016, 5:18:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/air-boot.asm
r57 r60 34 34 ; OS/2 BLDLEVEL use this basic version information. 35 35 ; 36 Include VERSION.INC 36 include version.inc 37 37 38 38 ; … … 40 40 ; It uses the version-information in VERSION.INC to build it's signature. 41 41 ; 42 Include BLDLEVEL.INC 42 include bldlevel.inc 43 43 44 44 ; … … 46 46 ; This file contains the ORIGIN macro that is used to detect overlaps. 47 47 ; 48 Include ../INCLUDE/ASM.INC 48 include ../include/asm.inc 49 49 50 50 … … 833 833 834 834 ;------------------------------------------------------------------------------ 835 Include TEXT/TXTMBR.ASM; All translateable Text in MBR835 include text/txtmbr.asm ; All translateable Text in MBR 836 836 ;------------------------------------------------------------------------------ 837 837 … … 1528 1528 1529 1529 b_std_txt: 1530 Include REGULAR/STD_TEXT.ASM; Standard (non-translateable text)1530 include regular/std_text.asm ; Standard (non-translateable text) 1531 1531 size_std_txt = $-b_std_txt 1532 1532 1533 1533 b_driveio: 1534 Include REGULAR/DRIVEIO.ASM; Drive I/O, Config Load/Save1534 include regular/driveio.asm ; Drive I/O, Config Load/Save 1535 1535 size_driveio = $-b_driveio 1536 1536 1537 1537 b_lvm: 1538 Include SPECIAL/LVM.ASM; LVM-specific code1538 include special/lvm.asm ; LVM-specific code 1539 1539 size_lvm = $-b_lvm 1540 1540 1541 1541 b_videoio: 1542 Include REGULAR/VIDEOIO.ASM; Video I/O1542 include regular/videoio.asm ; Video I/O 1543 1543 size_videoio = $-b_videoio 1544 1544 1545 1545 b_timer: 1546 Include REGULAR/TIMER.ASM; Timer1546 include regular/timer.asm ; Timer 1547 1547 size_timer = $-b_timer 1548 1548 1549 1549 b_partmain: 1550 Include REGULAR/PARTMAIN.ASM; Regular Partition Routines1550 include regular/partmain.asm ; Regular Partition Routines 1551 1551 size_partmain = $-b_partmain 1552 1552 1553 1553 b_partscan: 1554 Include REGULAR/PARTSCAN.ASM; Partition Scanning1554 include regular/partscan.asm ; Partition Scanning 1555 1555 size_partscan = $-b_partscan 1556 1556 1557 1557 b_bootmenu: 1558 Include REGULAR/BOOTMENU.ASM; Boot-Menu1558 include regular/bootmenu.asm ; Boot-Menu 1559 1559 size_bootmenu = $-b_bootmenu 1560 1560 1561 1561 b_password: 1562 Include REGULAR/PASSWORD.ASM; Password related1562 include regular/password.asm ; Password related 1563 1563 size_password = $-b_password 1564 1564 1565 1565 b_other: 1566 Include REGULAR/OTHER.ASM; Other Routines1566 include regular/other.asm ; Other Routines 1567 1567 size_other = $-b_other 1568 1568 1569 1569 b_main: 1570 Include SETUP/MAIN.ASM; The whole AiR-BOOT SETUP1570 include setup/main.asm ; The whole AiR-BOOT SETUP 1571 1571 size_main = $-b_main 1572 1572 1573 1573 b_math: 1574 Include REGULAR/MATH.ASM; Math functions (like 32-bit multiply)1574 include regular/math.asm ; Math functions (like 32-bit multiply) 1575 1575 size_math = $-b_math 1576 1576 1577 1577 b_txtother: 1578 Include TEXT/TXTOTHER.ASM; All translateable Text-Strings1578 include text/txtother.asm ; All translateable Text-Strings 1579 1579 size_txtother = $-b_txtother 1580 1580 1581 1581 b_txtmenus: 1582 Include TEXT/TXTMENUS.ASM; All translateable Menu-text1582 include text/txtmenus.asm ; All translateable Menu-text 1583 1583 size_txtmenus = $-b_txtmenus 1584 1584 1585 1585 b_charset: 1586 Include TEXT/CHARSET.ASM; Special Video Charsets (if needed)1586 include text/charset.asm ; Special Video Charsets (if needed) 1587 1587 size_charset = $-b_charset 1588 1588 1589 1589 b_conv: 1590 Include REGULAR/CONV.ASM; Various conversion routines1590 include regular/conv.asm ; Various conversion routines 1591 1591 size_conv = $-b_conv 1592 1592 1593 1593 b_virus: 1594 Include SPECIAL/VIRUS.ASM; Virus Detection / Anti-Virus1594 include special/virus.asm ; Virus Detection / Anti-Virus 1595 1595 size_virus = $-b_virus 1596 1596 1597 1597 ; [Linux support removed since v1.02] 1598 ; Include SPECIAL/FAT16.ASM; FAT-16 Support1599 ; Include SPECIAL/LINUX.ASM; Linux Kernel Support1598 ;include special/fat16.asm ; FAT-16 Support 1599 ;include special/linux.asm ; Linux Kernel Support 1600 1600 1601 1601 b_billsuxx: 1602 Include SPECIAL/F00K/BILLSUXX.ASM; Extended Partition - Microsoft-Hack1602 include special/f00k/billsuxx.asm ; Extended Partition - Microsoft-Hack 1603 1603 size_billsuxx = $-b_billsuxx 1604 1604 1605 1605 b_sound: 1606 Include SPECIAL/SOUND.ASM; Sound1606 include special/sound.asm ; Sound 1607 1607 size_sound = $-b_sound 1608 1608 1609 1609 b_apm: 1610 Include SPECIAL/APM.ASM; Power Managment Support1610 include special/apm.asm ; Power Managment Support 1611 1611 size_apm = $-b_apm 1612 1612 … … 1618 1618 IFDEF TXT_IncludeCyrillic 1619 1619 b_ccharset: 1620 Include SPECIAL/CHARSET.ASM; Charset Support (e.g. Cyrillic)1620 include special/charset.asm ; Charset Support (e.g. Cyrillic) 1621 1621 size_ccharset = $-b_ccharset 1622 1622 ENDIF … … 1625 1625 IFDEF AUX_DEBUG 1626 1626 b_debug: 1627 Include REGULAR/DEBUG.ASM; Debug module1627 include regular/debug.asm ; Debug module 1628 1628 size_debug = $-b_debug 1629 1629 b_auxio: 1630 Include REGULAR/AUXIO.ASM; Com-port support for debugging1630 include regular/auxio.asm ; Com-port support for debugging 1631 1631 size_auxio = $-b_auxio 1632 1632 ENDIF … … 1639 1639 IFDEF FX_ENABLED 1640 1640 b_fx: 1641 Include SPECIAL/FX.ASM; l33t Cooper-Bars/Scrolling <bg>1641 include special/fx.asm ; l33t Cooper-Bars/Scrolling <bg> 1642 1642 size_fx = $-b_fx 1643 1643 ENDIF … … 1805 1805 ; It has been decided that uneven minor numbers will be 1806 1806 ; test-versions. Therefore v1.0.8 has been bumbed to v1.1.0. 1807 ; 1807 ; 1808 1808 ; It is not required for the config to have the 1809 1809 ; same version as the code, so in the future
Note:
See TracChangeset
for help on using the changeset viewer.