Searched refs:x86_bootsect (Results 1 – 2 of 2) sorted by relevance
6 unsigned char x86_bootsect[] = { variable
166 g_assert(sizeof(x86_bootsect) == 512); in bootfile_create()167 x86_bootsect[SYM_suspend_me - SYM_start] = suspend_me; in bootfile_create()168 content = x86_bootsect; in bootfile_create()169 len = sizeof(x86_bootsect); in bootfile_create()