Move chainloader_real_boot out of the kernel

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-10-21 00:16:59 +02:00
parent 766f7d0809
commit db1326f5fb
11 changed files with 148 additions and 69 deletions

View file

@ -54,7 +54,8 @@ grub_ntldr_boot (void)
.gs = 0,
.ss = 0,
.sp = 0x7c00,
.edx = edx
.edx = edx,
.a20 = 1
};
grub_video_set_mode ("text", 0, 0);