Ignore:
Timestamp:
Apr 30, 2011, 11:21:55 PM (14 years ago)
Author:
chris
Message:
  • Add "This driver is licensed for use only in conjunction with eComStation." to the init message printed at boot time if ECS_BUILD has been defined in the makefile. Folks compiling OS2AHCI themselves can remove this definition in the makefile to build a non-official binary.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/os2ahci.c

    r87 r93  
    176176  /* print initialization message */
    177177  cprintf(init_msg, VERSION / 100, VERSION % 100);
     178
     179#ifdef ECS_BUILD
     180  cprintf("This driver is licensed for use only in conjunction with eComStation.");
     181#endif
    178182
    179183  /* register driver with resource manager */
Note: See TracChangeset for help on using the changeset viewer.