Changeset 493 for Whitix/branches/hybrid/video
- Timestamp:
- 05/13/08 20:11:56 (6 months ago)
- Files:
-
- 1 modified
-
Whitix/branches/hybrid/video/console.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/hybrid/video/console.c
r466 r493 606 606 if (!scrBuf) 607 607 { 608 printf("ConsoleInit: Failed to allocate memory for multiple consoles\n");609 return -ENOMEM; 608 KernelPanic("Failed to allocate memory for multiple consoles"); 609 return -ENOMEM; /* Never reached. */ 610 610 } 611 611
