Changeset 380 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/makefile


Ignore:
Timestamp:
Apr 8, 2012, 6:17:37 PM (12 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Changes:

  • Added code to XTIDECFG for Power Management (standby timer) support in the BIOS.
  • Some minor optimizations.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/makefile

    r379 r380  
    88# clean     Removes all files from \Build                                                        #
    99# checksum* Builds all and then generates checksum byte to all binary files                      #
    10 # strings*  Compress src\strings.asm to src\StringsCompressed.asm                                #
     10# strings*  Compress src\Strings.asm to src\StringsCompressed.asm                                #
    1111#                                                                                                #
    1212# * at the end of target name means that Perl is required for the job.                           #
     
    1616# Following modules can be included or excluded:                                                 #
    1717# MODULE_ADVANCED_ATA       Native support for some VLB IDE controllers                          #
    18 # MODULE_BOOT_MENU          Boot Menu for selection drive to boot from                           #
    19 # MODULE_EBIOS              Enhanced functions for access drives over 8.4 GB                     #
     18# MODULE_BOOT_MENU          Boot Menu for selection of drive to boot from                        #
     19# MODULE_EBIOS              Enhanced functions for accessing drives over 8.4 GB                  #
    2020# MODULE_JRIDE              Support for JR-IDE/ISA                                               #
    2121# MODULE_SERIAL             Virtual hard disks using serial port                                 #
    22 # MODULE_SERIAL_FLOPPY      Virtual floppy drives using serial port                              #
    23 # MODULE_STRINGS_COMPRESSED Compressed strings to save space                                     #
     22# MODULE_SERIAL_FLOPPY      Virtual floppy drives using serial port (requires MODULE_SERIAL)     #
     23# MODULE_STRINGS_COMPRESSED Use compressed strings to save space                                 #
    2424#                                                                                                #
    2525# Not modules but these affect the assembly:                                                     #
    26 # ELIMINATE_CGA_SNOW        Prevents CGA snowing at the cost of few bytes                        #
     26# ELIMINATE_CGA_SNOW        Prevents CGA snowing at the cost of a few bytes                      #
    2727# USE_186                   Use instructions supported by 80188/80186 and V20/V30 and later      #
    2828# USE_286                   Use instructions supported by 286 and later                          #
Note: See TracChangeset for help on using the changeset viewer.