Changeset fa9616b4 in mainline for boot/arch/amd64/Makefile.inc


Ignore:
Timestamp:
2010-05-12T22:52:55Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9929742
Parents:
be6cef1b
Message:

Split the binaries on RAM disk into two groups: essential and non-essential. The
essential group of binaries is needed for the system to boot into the shell.

Add CONFIG_BARE_BONED configure option to select that only essential binaries
should be included in the RAM disk image.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/amd64/Makefile.inc

    rbe6cef1b rfa9616b4  
    2929PAGE_SIZE = 4096
    3030
    31 RD_SRVS += \
     31RD_SRVS_ESSENTIAL += \
     32        $(USPACE_PATH)/srv/hw/char/i8042/i8042
     33
     34RD_SRVS_NON_ESSENTIAL += \
    3235        $(USPACE_PATH)/srv/bd/ata_bd/ata_bd \
    33         $(USPACE_PATH)/srv/hw/char/i8042/i8042 \
    3436        $(USPACE_PATH)/srv/hw/bus/pci/pci \
    3537        $(USPACE_PATH)/srv/hid/char_mouse/char_ms
Note: See TracChangeset for help on using the changeset viewer.