History log of /haiku/build/jam/images/FloppyBootImage
Revision Date Author Comments
# e673ca94 28-Apr-2023 Jessica Hamilton <jessica.l.hamilton@gmail.com>

cdboot: add missing PCI x86 module.

Fixes #18391; introduced in hrev56936.

Change-Id: I7c2166f9f0198bbbfbd296a19679345cfb82302d


# a9bd2efd 14-Apr-2022 Fredrik Holmqvist <fredrik.holmqvist@gmail.com>

Delete config_manager

Change-Id: Ie909c9a22750c33fcb1dd7824e8b3e51c4d86572
Reviewed-on: https://review.haiku-os.org/c/haiku/+/5208
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>


# 48099e3e 26-Jul-2020 François Revol <revol@free.fr>

m68k: don't take CD boot stuff in floppy image

Note it is not enough to fit, you also need to disable USB boot.

Change-Id: I5159c9ddebb242c4d4874d70430da6852073fdb4
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3102
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>


# 128781e7 30-Aug-2019 Augustin Cavalier <waddlesplash@gmail.com>

build/jam: Inline HOST_ADD_BUILD_COMPATIBILITY_LIB_DIR where possible.

The "exec" tool can only handle one command with environs set at
the beginning of the line, so now we set the ADD_BUILD_COMPAT...
in this format. This also seems to be a general performance
improvement to builds using real shells, too.

Change-Id: If4b3117651b5475039d5e8116cd3de398582290a


# a30d07f8 25-Feb-2019 Augustin Cavalier <waddlesplash@gmail.com>

build: Remove ATA build feature references.

The ATA build feature itself was mistakenly removed in the previous
commit, as it should have been removed along with these. Sorry
about that.


# 1f96a3cb 08-Oct-2018 Jessica Hamilton <jessica.l.hamilton@gmail.com>

system/boot: Add support for multiple bootloaders


# 7600fdd8 28-Jun-2017 Alexander von Gluck IV <kallisti5@unixzen.com>

ide: Remove old IDE bus + stack.

* Hasn't been used for quite some time
* Everything was ported over to a new ATA stack
some time ago.
* No huge regressions were seen from the new ATA
stack.


# 47c53033 31-Oct-2014 Ithamar R. Adema <ithamar@upgrade-android.com>

revert accidental adding of xhci to boot floppy

I should not be doing multiple (unrelated) things at the same
time I guess ;)


# 7ed35164 31-Oct-2014 Ithamar R. Adema <ithamar@upgrade-android.com>

ARM: add FDT bus_manager to floppy disk image


# 67ba05e6 09-Dec-2013 Jérôme Duval <jerome.duval@gmail.com>

FloppyBootImage: removed special case for x86_64

* completes hrev46470
* to be noted, adding generic_x86 for x86_64 let Haiku crash on boot.


# 44b47979 01-Dec-2013 Jérôme Duval <jerome.duval@gmail.com>

FloppyBootImage: removed special case for x86_64

* now includes acpi, should help for #10266.


# 19f94028 12-Oct-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Revert "Allow stripping binaries when copying to image containers"

This reverts commit d6de84de6690d076caf2744ba3fda17ef267cabd.


# d05822f1 12-Oct-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Revert "Preserve resources and attributes when copying stripped binaries"

This reverts commit a427aa2f4a47ae242110e9d98d4bed307f8dad73.


# a427aa2f 11-Oct-2013 François Revol <revol@free.fr>

Preserve resources and attributes when copying stripped binaries

When asked to strip binaries when copying to containers we now
strip to a temporary file, copy over resources to it, copy it
to the container, then copy the attributes from the original
source.

This should allow stripping binaries while preserving attributes
and resources even when copying to images.


# d6de84de 09-Oct-2013 François Revol <revol@free.fr>

Allow stripping binaries when copying to image containers

Currently only needed for boot floppy on some platforms.

Disabled for now.

Note we do not have a mean of knowing which file is a binary
or not so we just try to strip, and silently continue when
strip fails (like on the kernel settings file).

Also note strip actually replaces the file, which means it looses
both the resources and attributes, which shouldn't be a problem
for the boot floppy drivers archive, but is not wanted for other
images, so it's not usable elsewhere as such. Patch wanted.


# b0d7a45c 12-Sep-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

FloppyBootImage: Add packagefs


# e8c5236a 07-Jul-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Move image definition jamfiles to build/jam/images


# 47c530330519332c91110ddf85d276d4f3835d31 31-Oct-2014 Ithamar R. Adema <ithamar@upgrade-android.com>

revert accidental adding of xhci to boot floppy

I should not be doing multiple (unrelated) things at the same
time I guess ;)


# 7ed3516489db110a5cb0ba565db9c72cf3910005 31-Oct-2014 Ithamar R. Adema <ithamar@upgrade-android.com>

ARM: add FDT bus_manager to floppy disk image


# 67ba05e6db7bb24b42cacfd19f57800fda739e42 09-Dec-2013 Jérôme Duval <jerome.duval@gmail.com>

FloppyBootImage: removed special case for x86_64

* completes hrev46470
* to be noted, adding generic_x86 for x86_64 let Haiku crash on boot.


# 44b4797910324a19885229acd0ff8caa836f4e47 01-Dec-2013 Jérôme Duval <jerome.duval@gmail.com>

FloppyBootImage: removed special case for x86_64

* now includes acpi, should help for #10266.


# 19f94028f6014c9c0867f7efa581bb48058b4883 12-Oct-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Revert "Allow stripping binaries when copying to image containers"

This reverts commit d6de84de6690d076caf2744ba3fda17ef267cabd.


# d05822f18b93c2de6b904304ecd9dea7047870b6 12-Oct-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Revert "Preserve resources and attributes when copying stripped binaries"

This reverts commit a427aa2f4a47ae242110e9d98d4bed307f8dad73.


# a427aa2f4a47ae242110e9d98d4bed307f8dad73 11-Oct-2013 François Revol <revol@free.fr>

Preserve resources and attributes when copying stripped binaries

When asked to strip binaries when copying to containers we now
strip to a temporary file, copy over resources to it, copy it
to the container, then copy the attributes from the original
source.

This should allow stripping binaries while preserving attributes
and resources even when copying to images.


# d6de84de6690d076caf2744ba3fda17ef267cabd 09-Oct-2013 François Revol <revol@free.fr>

Allow stripping binaries when copying to image containers

Currently only needed for boot floppy on some platforms.

Disabled for now.

Note we do not have a mean of knowing which file is a binary
or not so we just try to strip, and silently continue when
strip fails (like on the kernel settings file).

Also note strip actually replaces the file, which means it looses
both the resources and attributes, which shouldn't be a problem
for the boot floppy drivers archive, but is not wanted for other
images, so it's not usable elsewhere as such. Patch wanted.


# b0d7a45c3d688a1e1488baa0592ac8038c4f3534 12-Sep-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

FloppyBootImage: Add packagefs


# e8c5236a9ce57f3f8f0c879b734e2d2a64617743 07-Jul-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Move image definition jamfiles to build/jam/images