diff options
author | Roland McGrath <roland@gnu.org> | 2001-08-21 04:19:54 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-08-21 04:19:54 +0000 |
commit | e93a0f65248fcc445f7411a5673c6bbfa89d5971 (patch) | |
tree | ebcaec80b7ac7c392c9a8ea6397a8fd6983eb2cf | |
parent | 7ad12bf7e68d675b99cd68e3173a8f1e2d3c61c1 (diff) |
.
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2001-08-20 Roland McGrath <roland@frob.com> + + Support "boot script" functionality in multiboot module strings. + * kern/bootstrap.c: Rewrite merged from oskit-branch. + * kern/boot_script.c, kern/boot_script.h: New files, + copied from boot/ directory in Hurd sources. + * Makefile.in (kern-cfiles): Add boot_script.c here. + (kern-files): Add boot_script.h here. + * NEWS: Mention the new feature. + 2001-08-18 Roland McGrath <roland@frob.com> * i386/i386at/model_dep.c (boot_info): Define a struct, not a pointer. |