mirror of
				https://gitlab.com/qemu-project/seabios-hppa.git
				synced 2025-10-30 07:48:43 +08:00 
			
		
		
		
	 7292e4a0a8
			
		
	
	7292e4a0a8
	
	
	
		
			
			BUILD_MIN_BIOSTABLE reserves space in the f-segment. Some data structures -- for example disk drives known to seabios -- must be stored there, so the space available here limits the number of devices seabios is able to manage. This patch sets BUILD_MIN_BIOSTABLE to 8k for bios images being 256k or larger in size. 32bit code is moved off in that case, so we have more room in the f-segment then. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>