mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-28 16:24:08 +02:00
fix warning to not include garbage chars
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/branches/UNSTABLE@1088 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
3d60c864e2
commit
babd516db4
@ -1325,7 +1325,7 @@ void put_boot(SYSOptions *opts)
|
||||
{
|
||||
/* load segment hard coded to 0x70 in oem compatible boot sector */
|
||||
if (opts->kernel.loadseg != 0x70)
|
||||
printf("%s: Warning: ignoring load segment, compat bs always uses 0x70!\n");
|
||||
printf("%s: Warning! ignoring load segment, compat bs always uses 0x70!\n", pgm);
|
||||
bsBiosMovOff = 0x4F;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user