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 | 37b3644a7a96ce6b4b786c477c62523c9792ddbd (patch) | |
tree | 3472446bf103683cb7464a4ffaea6ef1ca1b60f5 /serverboot/ChangeLog | |
parent | 7a0ea461d7cf24e7f3900a5e7f8e7bbaffee24f9 (diff) |
.
Diffstat (limited to 'serverboot/ChangeLog')
-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 |