summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-08-21 04:19:54 +0000
committerRoland McGrath <roland@gnu.org>2001-08-21 04:19:54 +0000
commite93a0f65248fcc445f7411a5673c6bbfa89d5971 (patch)
treeebcaec80b7ac7c392c9a8ea6397a8fd6983eb2cf /ChangeLog
parent7ad12bf7e68d675b99cd68e3173a8f1e2d3c61c1 (diff)
.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ae8242..0954fac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.