This commit is contained in:
Julian Barathieu 2019-05-18 22:58:57 +02:00
parent 923703edee
commit 9df293e371
1 changed files with 0 additions and 2 deletions

View File

@ -33,8 +33,6 @@ void MmActivatePageHandler(void);
//
noreturn void BtStartKern(multiboot_info_t *mbInfo, uint mbMagic, void *codeSeg)
{
KeDisableIRQs();
// Initialize the BootInfo_t structure
BtInitBootInfo(mbInfo, codeSeg);