Changeset 33 for trunk/src/os2ahci/os2ahci.c
- Timestamp:
- Oct 1, 2010, 4:07:50 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/os2ahci.c
r32 r33 85 85 static char init_msg[] = "OS2AHCI driver version %d.%02d\n"; 86 86 static char exit_msg[] = "OS2AHCI driver *not* installed\n"; 87 static char eval_msg[] = ANSI_CLR_RED ANSI_CLR_BRIGHT "Evaluation version " 88 "- not licensed for production use.\n" ANSI_RESET; 89 87 90 88 91 /* ----------------------------- start of code ----------------------------- */ … … 140 143 /* print initialization message */ 141 144 cprintf(init_msg, VERSION / 100, VERSION % 100); 145 cprintf(eval_msg); 142 146 143 147 /* register driver with resource manager */
Note:
See TracChangeset
for help on using the changeset viewer.