freebsd-nq/sys/boot/i386
Kazutaka YOKOTA b827a63aa6 Fix the function CD(): "Clear to the end of the screen".
- When the video BIOS is called to clear the region (x, y)-(79, 24)
  (by scrolling), the slashed region in Fig.1 is cleared.  CD() is
  supposed to clear the region shown in Fig.2.
        x                 x
    +-------+         +-------+
    |       |         |       |
   y|   ////|        y|   ////|
    |   ////|         |///////|
    |   ////|         |///////|
    +-------+         +-------+
      Fig.1             Fig.2

- Don't move the cursor during this operation.
2001-10-01 11:48:02 +00:00
..
boot0 Unset MAINTAINER. 2001-07-21 14:32:47 +00:00
boot2 Add in a hack to support IBM "El Torito" CD-ROM booting BIOS's which expect 2001-07-31 19:50:09 +00:00
btx Unset MAINTAINER. 2001-07-21 14:32:47 +00:00
cdboot Allow for text section alignment to properly align the "end" symbol at the 2001-08-09 20:47:58 +00:00
cdldr Allow for text section alignment to properly align the "end" symbol at the 2001-08-09 20:47:58 +00:00
gptboot Add in a hack to support IBM "El Torito" CD-ROM booting BIOS's which expect 2001-07-31 19:50:09 +00:00
kgzldr Unset MAINTAINER. 2001-07-21 14:32:47 +00:00
libi386 Fix the function CD(): "Clear to the end of the screen". 2001-10-01 11:48:02 +00:00
liloldr Fix a bug which prevents parsing this Makefile without having a 2000-09-05 22:33:07 +00:00
loader Add support for loading bzip2-compressed kernels and modules. This support 2001-09-18 14:52:36 +00:00
mbr Unset MAINTAINER. 2001-07-21 14:32:47 +00:00
pxeldr Allow for text section alignment to properly align the "end" symbol at the 2001-08-09 20:47:58 +00:00
Makefile Hook up liloldr 2000-07-17 17:06:27 +00:00
Makefile.inc Add -mpreferred-stack-boundary=2 to CFLAGS for i386. This and libstand 2000-08-11 23:23:20 +00:00