mirror of
https://github.com/DualCoder/vgpu_unlock.git
synced 2025-08-03 11:26:24 -07:00
Fix linker script for older versions of vGPU.
This commit is contained in:
parent
c63cc3bb76
commit
825e5686ac
1 changed files with 1 additions and 1 deletions
2
kern.ld
2
kern.ld
|
@ -90,7 +90,7 @@ SECTIONS
|
|||
{
|
||||
*(.data)
|
||||
vgpu_unlock_nv_kern_rodata_beg = .;
|
||||
*nv-kernel.o(.rodata)
|
||||
*nv-kernel.o(.rodata*)
|
||||
vgpu_unlock_nv_kern_rodata_end = .;
|
||||
}
|
||||
.data1 0 : { *(.data1) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue