diff options
author | Roland McGrath <roland@gnu.org> | 1999-06-02 06:56:41 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-06-02 06:56:41 +0000 |
commit | 7d140932f68fd01810d65b870357eeeaadbdbb7f (patch) | |
tree | 807d59ceb61da2542e07a286c3750921593b624a /serverboot | |
parent | 7eb2c13fb8d8a3ced09775a9c07201fbbcb0371a (diff) |
.
Diffstat (limited to 'serverboot')
-rw-r--r-- | serverboot/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/serverboot/ChangeLog b/serverboot/ChangeLog index 7649cc45..53d7dc08 100644 --- a/serverboot/ChangeLog +++ b/serverboot/ChangeLog @@ -1,3 +1,11 @@ +1999-06-02 Roland McGrath <roland@baalperazim.frob.com> + + * load.c (boot_script_exec_cmd): Copy environment from our `environ' + onto the new task's stack along with its arguments. + + * bootstrap.c (main): If we have a MULTIBOOT_CMDLINE environment + variable, set its value as ${kernel-command-line} for boot scripts. + 1999-05-29 Roland McGrath <roland@baalperazim.frob.com> * bootstrap.c (main): Define $(serverboot) function for "serverboot |