Ignore:
Timestamp:
Oct 27, 1999, 4:03:01 AM (26 years ago)
Author:
bird
Message:

Corrections to make win32k work.
(And now it does work, at least at my test machine...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/include/log.h

    r1269 r1467  
    1 /* $Id: log.h,v 1.2 1999-10-14 01:16:50 bird Exp $
     1/* $Id: log.h,v 1.3 1999-10-27 02:02:56 bird Exp $
    22 *
    33 * log - C-style logging - kprintf.
     
    55 *
    66 * Copyright (c) 1998-1999 knut st. osmundsen
     7 *
     8 * Project Odin Software License can be found in LICENSE.TXT
    79 *
    810 */
     
    1517#endif
    1618
     19/*
     20 * COM-Port port numbers.
     21 */
    1722#define OUTPUT_COM1 0x3f8
    1823#define OUTPUT_COM2 0x2f8
     24
    1925
    2026/*
     
    2632    #include "vprintf.h"
    2733    #define kprintf(a)          printf a
    28     #define kernel_printf(a)    printf a, printf("\n") /* obsolete */
    2934#else
    3035    #define kprintf(a)          (void)0
    31     #define kernel_printf(a)    (void)0
    3236#endif
    3337
Note: See TracChangeset for help on using the changeset viewer.