|  | @@ -51,6 +51,14 @@ static struct option_descriptor console_opts[] = {
 | 
		
	
		
			
			| 51 | 51 |  		      struct console_options, config.width, parse_integer ),
 | 
		
	
		
			
			| 52 | 52 |  	OPTION_DESC ( "y", 'y', required_argument,
 | 
		
	
		
			
			| 53 | 53 |  		      struct console_options, config.height, parse_integer ),
 | 
		
	
		
			
			|  | 54 | +	OPTION_DESC ( "left", 'l', required_argument,
 | 
		
	
		
			
			|  | 55 | +		      struct console_options, config.left, parse_integer ),
 | 
		
	
		
			
			|  | 56 | +	OPTION_DESC ( "right", 'r', required_argument,
 | 
		
	
		
			
			|  | 57 | +		      struct console_options, config.right, parse_integer ),
 | 
		
	
		
			
			|  | 58 | +	OPTION_DESC ( "top", 't', required_argument,
 | 
		
	
		
			
			|  | 59 | +		      struct console_options, config.top, parse_integer ),
 | 
		
	
		
			
			|  | 60 | +	OPTION_DESC ( "bottom", 'b', required_argument,
 | 
		
	
		
			
			|  | 61 | +		      struct console_options, config.bottom, parse_integer ),
 | 
		
	
		
			
			| 54 | 62 |  	OPTION_DESC ( "depth", 'd', required_argument,
 | 
		
	
		
			
			| 55 | 63 |  		      struct console_options, config.depth, parse_integer ),
 | 
		
	
		
			
			| 56 | 64 |  	OPTION_DESC ( "picture", 'p', required_argument,
 |