Skip to content

Commit

Permalink
Solved
Browse files Browse the repository at this point in the history
  • Loading branch information
amanuel2 committed May 3, 2017
1 parent 8f06ff4 commit 447a7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/i386/init/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ void kernelMain(multiboot_info_t* multiboot_structure,uint32_t magicnumber)
sti();
kernel_init_early();

video_drivers[VGA_VIDEO_DRIVER_INDEX]->clear();
//video_drivers[VGA_VIDEO_DRIVER_INDEX]->clear();

//free_mem_start = _kernel_end;

Expand Down

0 comments on commit 447a7ae

Please sign in to comment.