Commit 0cc7e6d
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 0cc7e6d
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
131 | 132 | | |
132 | 133 | | |
133 | 134 | | |
134 | | - | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
135 | 138 | | |
136 | 139 | | |
137 | 140 | | |
| |||
0 commit comments