Commit 900522a
robelin
Fix regression when bumping Linux to 6.1.88
Starting from Linux v6.1.88 commit f31f521, the first bootsec is
complete removed and filled with 0xff to reserve for PE header.
Since we load the full 512 bytes, those 0xff will break kvm-host.
Instead, we only have to take the part of setup header.1 parent 6aebede commit 900522a
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
133 | 139 | | |
134 | | - | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
135 | 143 | | |
136 | 144 | | |
137 | 145 | | |
| |||
0 commit comments