Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • meson/part/initrd_manifest/meson.build

    r514108e r0d71fd6  
    11#
    2 # Copyright (c) 2024 Jiri Svoboda
    32# Copyright (c) 2019 Jiří Zárevúcky
    43# All rights reserved.
     
    3029# Init binaries. These are actually baked into the bootloader.
    3130rd_init = [
    32         # ELF file with DWARF debug sections for kernel.
    33         # Kernel detects this entry by name.
    34         'kernel.dbg',
    35 
    3631        # IMPORTANT: The order of entries is important for bootloader!
    3732        'srv/ns',
     
    5045        'app/getterm',
    5146        'app/kio',
    52         'app/tester',
    5347
    5448        'srv/devman',
     
    5852        'srv/hid/output',
    5953        'srv/klog',
    60         'srv/system',
    61 ]
    6254
    63 rd_essential_drv = [
    6455        'drv/root/root',
    6556        'drv/root/virt',
     
    6758]
    6859
    69 rd_drv = rd_essential_drv
    70 
    7160if CONFIG_FB
    7261        rd_essential += [
    73                 'app/taskbar',
     62                'app/launcher',
    7463                'app/terminal',
    7564
Note: See TracChangeset for help on using the changeset viewer.