Changeset d39ce97d in mainline
- Timestamp:
- 2019-08-17T12:49:44Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5c08011e
- Parents:
- 01552e3
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 10:58:31)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:44)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm64/meson.build
r01552e3 rd39ce97d 33 33 GRUB_LOADER = 'chainloader' 34 34 35 # FIXME: The loader crashed without explanation when CONFIG_COMPRESSED_INIT is disabled.36 37 35 # Request binary output. The ARM64 port manually prepares the .text 38 36 # section to look as a PE file than can be loaded on EFI systems. -
meson/arch/amd64/meson.build
r01552e3 rd39ce97d 26 26 # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 27 # 28 29 # TODO: Red Zone is only a problem if we allow interrupts to land on an active30 # stack. Using separate stack for interrupts and ensuring that we never31 # enable interrupts on an interrupt stack would allow us to get rid of32 # the argument.33 28 34 29 arch_uspace_c_args = [
Note:
See TracChangeset
for help on using the changeset viewer.