From: Chip Salzenberg <[EMAIL PROTECTED]>
Subject: Re: diskless support
Date: Mon, 29 May 2000 18:08:35 -0700

> +#ifdef SUPPORT_DISKLESS
> +  if (boot_drive == NETWORK_DRIVE)
> +    {
> +      print_network_configuration ();
> +      printf ("\n");
> +    }
> +#endif

  The idea is good, but why do you need to check if BOOT_DRIVE is
NETWORK_DRIVE?

Okuji

Reply via email to