Fixed comments for bios_printf (patch from #SF tracker)
This commit is contained in:
parent
0fc32d3c81
commit
14b4f66d4e
@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// $Id: rombios.c,v 1.187 2007-10-14 08:11:05 vruppert Exp $
|
||||
// $Id: rombios.c,v 1.188 2007-10-19 10:26:49 sshwarts Exp $
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Copyright (C) 2002 MandrakeSoft S.A.
|
||||
@ -926,7 +926,7 @@ Bit16u cdrom_boot();
|
||||
|
||||
#endif // BX_ELTORITO_BOOT
|
||||
|
||||
static char bios_cvs_version_string[] = "$Revision: 1.187 $ $Date: 2007-10-14 08:11:05 $";
|
||||
static char bios_cvs_version_string[] = "$Revision: 1.188 $ $Date: 2007-10-19 10:26:49 $";
|
||||
|
||||
#define BIOS_COPYRIGHT_STRING "(c) 2002 MandrakeSoft S.A. Written by Kevin Lawton & the Bochs team."
|
||||
|
||||
@ -1522,12 +1522,11 @@ void put_str(action, s)
|
||||
|
||||
//--------------------------------------------------------------------------
|
||||
// bios_printf()
|
||||
// A compact variable argument printf function which prints its output via
|
||||
// an I/O port so that it can be logged by Bochs/Plex.
|
||||
// Currently, only %x is supported (or %02x, %04x, etc).
|
||||
// A compact variable argument printf function.
|
||||
//
|
||||
// Supports %[format_width][format]
|
||||
// where format can be d,x,c,s
|
||||
// Supports %[format_width][length]format
|
||||
// where format can be x,X,u,d,s,c
|
||||
// and the optional length modifier is l (ell)
|
||||
//--------------------------------------------------------------------------
|
||||
void
|
||||
bios_printf(action, s)
|
||||
|
Loading…
Reference in New Issue
Block a user