update NEWS and fix a sentense inconsistent against GNU coding style.
This commit is contained in:
parent
d24002df4f
commit
00deed40cc
2 changed files with 3 additions and 2 deletions
1
NEWS
1
NEWS
|
@ -19,6 +19,7 @@ New in 1.0 - XXXX-XX-XX:
|
||||||
can embed a arbitrary configuration which will be used when Stage 2
|
can embed a arbitrary configuration which will be used when Stage 2
|
||||||
cannot open a real configuration file, with this option. The argument
|
cannot open a real configuration file, with this option. The argument
|
||||||
must be an existing file.
|
must be an existing file.
|
||||||
|
* EZ-BIOS support is added.
|
||||||
|
|
||||||
New in 0.5.96 - 2000-10-04:
|
New in 0.5.96 - 2000-10-04:
|
||||||
* New commands, "reboot" and "halt".
|
* New commands, "reboot" and "halt".
|
||||||
|
|
|
@ -337,7 +337,7 @@ devwrite (int sector, int sector_count, char *buf)
|
||||||
|
|
||||||
for (i = 0; i < sector_count; i++)
|
for (i = 0; i < sector_count; i++)
|
||||||
{
|
{
|
||||||
if (! rawwrite(current_drive, part_start + sector + i,
|
if (! rawwrite (current_drive, part_start + sector + i,
|
||||||
buf + (i << SECTOR_BITS)))
|
buf + (i << SECTOR_BITS)))
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue