Ignore:
Timestamp:
Oct 1, 2010, 4:07:50 PM (15 years ago)
Author:
markus
Message:

added evaluation version message; changed boot logo to contain adapter ID strings

File:
1 edited

Legend:

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

    r32 r33  
    8585static char     init_msg[] = "OS2AHCI driver version %d.%02d\n";
    8686static char     exit_msg[] = "OS2AHCI driver *not* installed\n";
     87static char     eval_msg[] = ANSI_CLR_RED ANSI_CLR_BRIGHT "Evaluation version "
     88                             "- not licensed for production use.\n" ANSI_RESET;
     89
    8790
    8891/* ----------------------------- start of code ----------------------------- */
     
    140143  /* print initialization message */
    141144  cprintf(init_msg, VERSION / 100, VERSION % 100);
     145  cprintf(eval_msg);
    142146
    143147  /* register driver with resource manager */
Note: See TracChangeset for help on using the changeset viewer.