]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* doc/multiboot.texi (Terminology): Add a remark that "kernel" may not
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 3 Apr 2010 13:05:06 +0000 (15:05 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 3 Apr 2010 13:05:06 +0000 (15:05 +0200)
be a part of OS.

ChangeLog
doc/multiboot.texi

index 51ef42b9f79862785549055551820e12cb23967c..984d76da90f145b8b7b1bbe738856dd77b8e5124 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-04-03  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * doc/multiboot.texi (Terminology): Add a remark that "kernel" may not
+       be a part of OS.
+
 2010-04-03  Vladimir Serbinenko  <phcoder@gmail.com>
 
        MIPS support.
index e0dca1a70c901e0d83c15327969e81f577fba914..8e0da84b53ec0cfbce9331b8116ff6c760c00dc3 100644 (file)
@@ -266,10 +266,12 @@ system --- must follow the rules specified in this document in order
 to be @dfn{Multiboot-compliant}; earlier boot loader stages may be
 designed in whatever way is most convenient.
 
-@item OS image
+@item OS image, kernel
 The initial binary image that a boot loader loads into memory and
 transfers control to start an operating system. The OS image is
 typically an executable containing the operating system kernel.
+However it doesn't need to be a part of any OS and may be any kind
+of system tool.
 
 @item boot module
 Other auxiliary files that a boot loader loads into memory along with