You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							26 lines
						
					
					
						
							733 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							26 lines
						
					
					
						
							733 B
						
					
					
				| ############################################################### | |
| # bochsrc.bxrc file for Tinix. | |
| ############################################################### | |
| 
 | |
| # how much memory the emulated machine will have | |
| megs: 32 | |
| 
 | |
| # filename of ROM images | |
| romimage: file=$BXSHARE/BIOS-bochs-latest, address=0xf0000 | |
| vgaromimage: $BXSHARE/VGABIOS-elpin-2.40 | |
| 
 | |
| # what disk images will be used  | |
| floppya: 1_44=boot.img, status=inserted | |
| #floppyb: 1_44=rootimage-0.11.img, status=inserted | |
| 
 | |
| # choose the boot disk. | |
| boot: a | |
| 
 | |
| # where do we send log messages? | |
| log: bochsout.txt | |
| 
 | |
| # disable the mouse, since Tinix is text only | |
| mouse: enabled=0 | |
| 
 | |
| # enable key mapping, using US layout as default. | |
| keyboard_mapping: enabled=1, map=$BXSHARE/keymaps/x11-pc-us.map
 |