[SeaBIOS] [PATCH 1/5] std: add cp437 to unicode map

Kevin O'Connor kevin at koconnor.net
Thu Jul 14 18:17:20 CEST 2016


On Thu, Jul 14, 2016 at 10:52:58AM +0200, Gerd Hoffmann wrote:
> Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
> ---
>  Makefile        |   5 +-
>  src/std/cp437.c | 275 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  src/std/cp437.h |   1 +
>  3 files changed, 279 insertions(+), 2 deletions(-)
>  create mode 100644 src/std/cp437.c
>  create mode 100644 src/std/cp437.h
> 
> diff --git a/Makefile b/Makefile
> index 4930b3a..c11efe6 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -34,7 +34,8 @@ SRCBOTH=misc.c stacks.c output.c string.c block.c cdrom.c disk.c mouse.c kbd.c \
>      hw/usb.c hw/usb-uhci.c hw/usb-ohci.c hw/usb-ehci.c \
>      hw/usb-hid.c hw/usb-msc.c hw/usb-uas.c \
>      hw/blockcmd.c hw/floppy.c hw/ata.c hw/ramdisk.c \
> -    hw/lsi-scsi.c hw/esp-scsi.c hw/megasas.c hw/mpt-scsi.c
> +    hw/lsi-scsi.c hw/esp-scsi.c hw/megasas.c hw/mpt-scsi.c \
> +    std/cp437.c

Lets put this file in src/ instead of src/std/.  (I think of std/ as a
location for published BIOS interface standards.)

Otherwise, looks good.

-Kevin



More information about the SeaBIOS mailing list