dragon-nx32: Move vector segment last in kernel object file
authorTormod Volden <debian.tormod@gmail.com>
Thu, 19 May 2016 21:19:13 +0000 (23:19 +0200)
committerAlan Cox <alan@linux.intel.com>
Fri, 20 May 2016 11:55:13 +0000 (12:55 +0100)
This means it will be loaded last and any failure during
bootloading may be less fatal.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
Kernel/platform-dragon-nx32/fuzix.link

index 4fffcd1..87356b3 100644 (file)
@@ -1,6 +1,5 @@
 define basesympat __sectionbase_%s__
 define lensympat __sectionlen_%s__
-section .vectors load 0x0100
 section .start load 0x1c00
 section .common
 section .text
@@ -12,4 +11,5 @@ section .bss high 0xFC00
 section .data
 section .videodata
 section .video
+section .vectors load 0x0100
 entry start