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
_______________________________________________
ipxe-devel mailing list
ipxe-devel@lists.ipxe.org
https://lists.ipxe.org/mailman/listinfo/ipxe-devel

Reply via email to