diff options
-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 |