mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 06:32:44 +00:00 
			
		
		
		
	Ports: Fix dmidecode SYS_FIRMWARE_DIR patched macro
This commit is contained in:
		
							parent
							
								
									684c39bc19
								
							
						
					
					
						commit
						9af62ba6e3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -6,7 +6,7 @@ diff -u b/dmidecode.c b/dmidecode.c | |||
|  #define FLAG_STOP_AT_EOT        (1 << 1) | ||||
|   | ||||
| -#define SYS_FIRMWARE_DIR "/sys/firmware/dmi/tables"
 | ||||
| +#define SYS_FIRMWARE_DIR "/sys/bios"
 | ||||
| +#define SYS_FIRMWARE_DIR "/sys/firmware/bios"
 | ||||
|  #define SYS_ENTRY_FILE SYS_FIRMWARE_DIR "/smbios_entry_point" | ||||
|  #define SYS_TABLE_FILE SYS_FIRMWARE_DIR "/DMI" | ||||
|   | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Liav A
						Liav A