Changeset 7671231 in mainline for uspace/cfg/sysman/devman.svc

Timestamp:
2019-08-03T09:02:12Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
2dda1d4
Parents:
4b1c6a4b
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-05-06 22:50:11)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-03 09:02:12)
Message:

Add configuration option to put all files to RAM disk (as before) or partly to hard disk

  • Instead of four groups in Makefile.common, each server/application/driver has an item then determines where it should be stored and whether it is essential (as before).
  • Drivers are always on RAM disk (i.e. that is where devman is searching for them).
  • Empty cfg/net directory removed, configuration files are specified in Makefile.common instead.
  • Hard disk is mounted to /root.
  • tools/ew.py script favors original behavior, it prefers hdisk.img to root FS disk image (when both exists).
  • MISSING: Modify Makefiles of non-x86 platforms.

Conflicts:

.bzrignore
boot/Makefile
boot/Makefile.common
boot/arch/amd64/Makefile.inc
tools/ew.py
uspace/Makefile.common
uspace/lib/gui/terminal.c

File:
1 added

Note: See TracChangeset for help on using the changeset viewer.