VirtualBox

Changeset 98772 in vbox


Ignore:
Timestamp:
Feb 28, 2023 10:15:52 AM (21 months ago)
Author:
vboxsync
Message:

Devices/PC/ipxe: We don't require the 512byte padding which gives us a bit more headroom with the image size, also remove code we don't use actually to lower the image size even more, bugref:10254

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/ipxe/Makefile.kmk

    r98771 r98772  
    5959 $$(iPxeBiosBin_0_OUTDIR)/iPxeBiosBin.c: $$(iPxeBiosBin_0_OUTDIR)/iPxeBiosBin.rom $(VBOX_BIN2C)
    6060        $(call MSG_TOOL,bin2c,iPxeBiosBin,$<,$@)
    61         $(QUIET)$(VBOX_BIN2C) -min 32 -max 56 -mask 0x1ff -export NetBiosBinary $< $@
     61        $(QUIET)$(VBOX_BIN2C) -min 32 -max 56 -export NetBiosBinary $< $@
    6262
    6363
     
    7575            $(iPxeBiosBin_0_OUTDIR)/iPxeBaseBin.rom.zinfo \
    7676            > $@
    77         perl $(VBOX_PATH_IPXE_SRC)/src/util/padimg.pl --blksize=512 --byte=0xff $@
    7877        perl $(VBOX_PATH_IPXE_SRC)/src/util/fixrom.pl $@
    7978        $(RM) -- \
     
    299298        src/drivers/bitbash/bitbash.c \
    300299        src/drivers/bitbash/spi_bit.c \
    301         src/drivers/block/ata.c \
    302         src/drivers/block/ibft.c \
    303         src/drivers/block/scsi.c \
    304300        src/drivers/bus/pci.c \
    305301        src/drivers/bus/pciextra.c \
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette