[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Minios-devel] [UNIKRAFT PATCH 2/2] solo5: Add inittab section



Signed-off-by: Sharan Santhanam <sharan.santhanam@xxxxxxxxx>
---
 link64.lds | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/link64.lds b/link64.lds
index 225f57d..15a5cca 100644
--- a/link64.lds
+++ b/link64.lds
@@ -66,6 +66,12 @@ SECTIONS {
     }
     uk_ctortab_end = .;
 
+       uk_inittab_start = .;
+       .uk_inittab :
+       {
+               KEEP(*(SORT_BY_NAME(.uk_inittab_[1-6][0-9])))
+       }
+       uk_inittab_end = .;
 
     . = ALIGN(0x1000);
     /* Read-only data */
-- 
2.7.4


_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.