[ipxe-devel] [ipxe/ipxe] Setup INT13 partition on usb images only ifdef CONSOLE_INT13 (#106)

Robien notifications at github.com
Fri Feb 21 06:54:07 UTC 2020


In config/console.h, the option CONSOLE_INT13 enables log on the USB key.
To do that a 1Mb partition has been added to USB images.
If the option is disabled then the partition is still there and do nothing.

This PR create the partition only when the option is enabled. Thus, it reduce the size of usb images by 1Mb when the option is not activated (Which is the default)
You can view, comment on, or merge this pull request online at:

  https://github.com/ipxe/ipxe/pull/106

-- Commit Summary --

  * Setup INT13 partition on usb images only if CONSOLE_INT13 has been enabled in config/console.h

-- File Changes --

    M src/arch/x86/prefix/usbdisk.S (24)

-- Patch Links --

https://github.com/ipxe/ipxe/pull/106.patch
https://github.com/ipxe/ipxe/pull/106.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/ipxe/ipxe/pull/106
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ipxe.org/pipermail/ipxe-devel/attachments/20200220/910b2b7a/attachment.htm>


More information about the ipxe-devel mailing list