colors
This commit is contained in:
parent
923703edee
commit
9df293e371
|
@ -33,8 +33,6 @@ void MmActivatePageHandler(void);
|
||||||
//
|
//
|
||||||
noreturn void BtStartKern(multiboot_info_t *mbInfo, uint mbMagic, void *codeSeg)
|
noreturn void BtStartKern(multiboot_info_t *mbInfo, uint mbMagic, void *codeSeg)
|
||||||
{
|
{
|
||||||
KeDisableIRQs();
|
|
||||||
|
|
||||||
// Initialize the BootInfo_t structure
|
// Initialize the BootInfo_t structure
|
||||||
BtInitBootInfo(mbInfo, codeSeg);
|
BtInitBootInfo(mbInfo, codeSeg);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue