mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-18 17:00:49 +01:00
this avaids the "lineoverflow" which you'll always get at 80 column
displays at bootup Reviewed by: Submitted by: graichen@omega.physik.fu-berlin.de (Thomas Graichen) Obtained from:
This commit is contained in:
parent
3bd85a2333
commit
f6027d9b3d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9644
@ -24,7 +24,7 @@
|
||||
* the rights to redistribute these changes.
|
||||
*
|
||||
* from: Mach, [92/04/03 16:51:14 rvb]
|
||||
* $Id: boot.c,v 1.44 1995/06/11 19:31:10 rgrimes Exp $
|
||||
* $Id: boot.c,v 1.45 1995/06/25 14:02:50 joerg Exp $
|
||||
*/
|
||||
|
||||
|
||||
@ -246,7 +246,7 @@ loadprog(void)
|
||||
/********************************************************/
|
||||
/* Load the string table */
|
||||
/********************************************************/
|
||||
printf("+0x%x+0x%x] ", sizeof(int), i);
|
||||
printf("+0x%x+0x%x]\n", sizeof(int), i);
|
||||
xread((void *)addr, i);
|
||||
addr += i;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user