[BACK]Return to main.c CVS log [TXT][DIR] Up to [local] / prex-old / boot / common

Diff for /prex-old/boot/common/main.c between version 1.1 and 1.2

version 1.1, 2008/06/03 10:38:41 version 1.2, 2008/07/18 21:47:57
Line 201 
Line 201 
   
         boot_info->nr_tasks = i;          boot_info->nr_tasks = i;
   
   #if 0
         if (boot_info->nr_tasks == 0)          if (boot_info->nr_tasks == 0)
                 panic("No boot task found!");                  panic("No boot task found!");
   #endif
         /*          /*
          * Save information for boot modules.           * Save information for boot modules.
          * This includes kernel, driver, and boot tasks.           * This includes kernel, driver, and boot tasks.

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb