]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[bios] Rename memmap.c to int15.c
authorMichael Brown <mcb30@ipxe.org>
Wed, 14 May 2025 21:01:00 +0000 (22:01 +0100)
committerMichael Brown <mcb30@ipxe.org>
Wed, 14 May 2025 21:02:46 +0000 (22:02 +0100)
Create namespace for an architecture-independent memmap.c by renaming
the BIOS-specific memmap.c to int15.c.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/x86/include/bits/errfile.h
src/arch/x86/interface/pcbios/int15.c [moved from src/arch/x86/interface/pcbios/memmap.c with 100% similarity]

index 78b3dea1c653aee2a6dcc55ad0aa8efe6eee275e..0dadf4f01c2861c28ed9f3ffebf111c02c79d232 100644 (file)
@@ -9,7 +9,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
  */
 
 #define ERRFILE_memtop_umalloc ( ERRFILE_ARCH | ERRFILE_CORE | 0x00000000 )
-#define ERRFILE_memmap         ( ERRFILE_ARCH | ERRFILE_CORE | 0x00010000 )
+#define ERRFILE_int15          ( ERRFILE_ARCH | ERRFILE_CORE | 0x00010000 )
 #define ERRFILE_pnpbios                ( ERRFILE_ARCH | ERRFILE_CORE | 0x00020000 )
 #define ERRFILE_bios_smbios    ( ERRFILE_ARCH | ERRFILE_CORE | 0x00030000 )
 #define ERRFILE_biosint                ( ERRFILE_ARCH | ERRFILE_CORE | 0x00040000 )