We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb6d71f commit bf1895bCopy full SHA for bf1895b
bios/boot_sector/16-bit-linker.ld
@@ -30,10 +30,18 @@ SECTIONS {
30
. = 0x7c00 + 446;
31
.partition_table :
32
{
33
- SHORT(0x0000) /* partition table entry 0 */
34
- SHORT(0x0000) /* partition table entry 1 */
35
- SHORT(0x0000) /* partition table entry 2 */
36
- SHORT(0x0000) /* partition table entry 3 */
+ /* partition table entry 0 */
+ QUAD(0)
+ /* partition table entry 1 */
37
38
39
+ /* partition table entry 2 */
40
41
42
+ /* partition table entry 3 */
43
44
45
}
46
47
. = 0x7c00 + 510;
0 commit comments