Changeset 108
- Timestamp:
- Mar 8, 2010 2:09:45 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/filo/i386/linux_load.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/filo/i386/linux_load.c
r98 r108 27 27 28 28 #include <libpayload.h> 29 #include <libpayload-config.h> 29 30 #include <config.h> 30 31 #include <fs.h> … … 586 587 struct segment_desc *linux_gdt; 587 588 struct context *ctx; 588 #ifdef CONFIG_VGA_ CONSOLE589 #ifdef CONFIG_VGA_VIDEO_CONSOLE 589 590 unsigned int cursor_x, cursor_y, cursor_en; 590 591 #endif … … 626 627 printf("Jumping to entry point...\n"); 627 628 628 #ifdef CONFIG_VGA_ CONSOLE629 #ifdef CONFIG_VGA_VIDEO_CONSOLE 629 630 /* Update VGA cursor position. 630 631 * This must be here because the printf changes the value! */
Note: See TracChangeset
for help on using the changeset viewer.
