netboot: bump size for tar decompression
Add network add-ons drivers to the archive for x86_64 architecture too. Change-Id: I8296586d5f2b1f3d4c08250e28aefd32428b21b9 Reviewed-on: https://review.haiku-os.org/c/haiku/+/8522 Haiku-Format: Haiku-format Bot <[email protected]> Tested-by: Commit checker robot <[email protected]> Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
committed by
Adrien Destugues
parent
d40db83a6c
commit
4d3a68fb7d
@@ -7,7 +7,7 @@ SYSTEM_NETWORK_DATALINK_PROTOCOLS = ethernet_frame <module>arp loopback_frame ;
|
|||||||
SYSTEM_NETWORK_PROTOCOLS = ipv4 tcp udp icmp unix ;
|
SYSTEM_NETWORK_PROTOCOLS = ipv4 tcp udp icmp unix ;
|
||||||
|
|
||||||
SYSTEM_ADD_ONS_DRIVERS_NET = [ FFilterByBuildFeatures
|
SYSTEM_ADD_ONS_DRIVERS_NET = [ FFilterByBuildFeatures
|
||||||
x86 @{
|
x86,x86_64 @{
|
||||||
3com
|
3com
|
||||||
atheros813x
|
atheros813x
|
||||||
atheros81xx
|
atheros81xx
|
||||||
@@ -22,7 +22,7 @@ SYSTEM_ADD_ONS_DRIVERS_NET = [ FFilterByBuildFeatures
|
|||||||
sis900
|
sis900
|
||||||
syskonnect
|
syskonnect
|
||||||
attansic_l2
|
attansic_l2
|
||||||
}@ # x86
|
}@ # x86,x86_64
|
||||||
|
|
||||||
rtl81xx
|
rtl81xx
|
||||||
etherpci
|
etherpci
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
static const uint32 kFloppyArchiveOffset = BOOT_ARCHIVE_IMAGE_OFFSET * 1024;
|
static const uint32 kFloppyArchiveOffset = BOOT_ARCHIVE_IMAGE_OFFSET * 1024;
|
||||||
// defined at build time, see build/jam/BuildSetup
|
// defined at build time, see build/jam/BuildSetup
|
||||||
static const size_t kTarRegionSize = 9 * 1024 * 1024; // 9 MB
|
static const size_t kTarRegionSize = 11 * 1024 * 1024; // 11 MB
|
||||||
|
|
||||||
|
|
||||||
using std::nothrow;
|
using std::nothrow;
|
||||||
|
|||||||
Reference in New Issue
Block a user