Check if long mode is available

This commit is contained in:
2017-11-03 21:06:09 +01:00
parent a9328d6b67
commit dd565454e3
2 changed files with 55 additions and 1 deletions

View File

@@ -7,4 +7,9 @@ SECTIONS
*(.multiboot)
*(.text)
}
.data :
{
*(.data)
}
}