[boot] We're a boot disk now...

This commit is contained in:
Kevin Lange 2011-02-21 19:46:16 -06:00
parent da9cf859c2
commit 1ecd59365b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ void read(unsigned char count, unsigned char sector, short segment, short offset
"movb $0, %%ch\n"
"movb %3, %%cl\n"
"movb $0, %%dh\n"
"movb $0x80, %%dl\n"
"movb $0x00, %%dl\n"
"movb $0x02, %%ah\n"
"int $0x13" : :
"l" (segment),