[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT PATCHv5 17/46] plat/kvm: Add linker script for Arm64
Hi, On 08/10/2018 08:08 AM, Wei Chen wrote: + /* Read-write data that is not initialized explicitly in code */ + .bss : + { + *(.bss) + *(.bss.*) + *(COMMON) + . = ALIGN(__PAGE_SIZE); If you define the stack and page-table here. You can then free once boot is done. + } + + _end = .; +} Cheers, -- Julien Grall _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |