mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 05:32:44 +00:00 
			
		
		
		
	Revert "Kernel: Add boot parameter to determine i8042 first port translation"
This reverts commit0379742d7e. Commit61a385fc01breaks the shift and caps lock key, but depends on this one.
This commit is contained in:
		
							parent
							
								
									73c8b4865e
								
							
						
					
					
						commit
						68b0826107
					
				
					 4 changed files with 1 additions and 17 deletions
				
			
		|  | @ -67,10 +67,6 @@ has set up before booting the Kernel, don't initialize any driver. | |||
|   **`none`** - Assume there's no i8042 controller in the system.  | ||||
|   **`force`** - Assume there's i8042 controller in the system. | ||||
| 
 | ||||
| * **`i8042_first_port_translation`**  - This parameter expects **`on`** or **`off`** and is by default set to **`off`**. | ||||
|   When set to **`off`**, the kernel will not enable first PS2 port translation. | ||||
|   When set to **`on`**, the kernel will enable first PS2 port translation. | ||||
| 
 | ||||
| * **`panic`** - This parameter expects **`halt`** or **`shutdown`**. This is particularly useful in CI contexts. | ||||
| 
 | ||||
| * **`pci`** - This parameter expects **`ecam`**, **`io`** or **`none`**. When selecting **`none`** | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andrew Kaster
						Andrew Kaster