/[grub]/grub/stage2/builtins.c
ViewVC logotype

Diff of /grub/stage2/builtins.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.119 by okuji, Sat Dec 29 18:10:50 2001 UTC revision 1.120 by okuji, Wed Jan 2 21:56:40 2002 UTC
# Line 28  Line 28 
28  #include <filesys.h>  #include <filesys.h>
29    
30  #ifdef SUPPORT_NETBOOT  #ifdef SUPPORT_NETBOOT
31    # define GRUB   1
32  # include <etherboot.h>  # include <etherboot.h>
33  #endif  #endif
34    
# Line 242  boot_func (char *arg, int flags) Line 243  boot_func (char *arg, int flags)
243       not KERNEL_TYPE_NONE. Is this assumption is bad?  */       not KERNEL_TYPE_NONE. Is this assumption is bad?  */
244    if (kernel_type != KERNEL_TYPE_NONE)    if (kernel_type != KERNEL_TYPE_NONE)
245      unset_int15_handler ();      unset_int15_handler ();
246    
247    #ifdef SUPPORT_NETBOOT
248      /* Shut down the networking.  */
249      cleanup_net ();
250    #endif
251        
252    switch (kernel_type)    switch (kernel_type)
253      {      {

Legend:
Removed from v.1.119  
changed lines
  Added in v.1.120

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26