mirror of
https://gitlab.os-k.eu/os-k-team/os-k.git
synced 2023-08-25 14:03:10 +02:00
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
Block a user