1
0
mirror of https://github.com/DualCoder/vgpu_unlock synced 2025-07-23 01:33:00 +02:00

Fix linker script for older versions of vGPU.

This commit is contained in:
Jonathan Johansson
2021-04-17 21:44:06 +02:00
parent c63cc3bb76
commit 825e5686ac

View File

@@ -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) }