Move OS-dependent files to grub-core/osdep and document it.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-10-08 17:30:22 +02:00
parent a5b0365ab2
commit 672fa55e81
30 changed files with 39 additions and 30 deletions

View file

@ -286,14 +286,19 @@ live under @file{grub-core/term/}.
@item
The @samp{efiemu_*} commands live under @file{grub-core/efiemu/}.
@item
OS-dependent code should be under @file{grub-core/osdep/}
@item
Utility programs meant to be run from a full operating system
(except OS-dependent code mentioned previously) are in @file{util/}.
@end itemize
There are a few other special-purpose exceptions; grep for them if they
matter to you.
Utility programs meant to be run from a full operating system are in
@file{util/}.
@node Contributing Changes
@chapter Contributing changes
@c By YoshinoriOkuji, VesaJääskeläinen, ColinWatson