- Timestamp:
- 2023-10-26T15:20:07Z (21 months ago)
- Branches:
- master, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2fbb42f
- Parents:
- d28bdbe
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-26 14:42:03)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-26 15:20:07)
- Location:
- meson
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
meson/arch/mips32/meson.build
rd28bdbe rda13982 61 61 arch_boot_link_args = [] 62 62 63 64 kernel_as_prolog = '.module softfloat;'65 63 uspace_as_prolog = '.module softfloat;.abicalls;' 66 67 64 68 65 if MACHINE == 'bmalta' or MACHINE == 'lmalta' -
meson/part/initrd_manifest/meson.build
rd28bdbe rda13982 29 29 # Init binaries. These are actually baked into the bootloader. 30 30 rd_init = [ 31 # ELF file with DWARF debug sections for kernel. 32 # Kernel detects this entry by name. 33 'kernel.dbg', 34 31 35 # IMPORTANT: The order of entries is important for bootloader! 32 36 'srv/ns',
Note:
See TracChangeset
for help on using the changeset viewer.