[SeaBIOS] [PATCH v6 1/3] biostables: support looking up RSDP

Gerd Hoffmann kraxel at redhat.com
Mon Sep 30 09:41:06 CEST 2013


On So, 2013-09-29 at 08:57 +0300, Michael S. Tsirkin wrote:
> Will be used when it's loaded from QEMU.
 
> -static void
> -copy_acpi_rsdp(void *pos)
> +static bool
> +test_acpi_rsdp(void *pos, unsigned size)

Fails to build for me:

src/fw/biostables.c:64:1: error: unknown type name ‘bool’
 test_acpi_rsdp(void *pos, unsigned size)
 ^

[ more errors follow ]

cheers,
  Gerd





More information about the SeaBIOS mailing list