Skip to content

Commit

Permalink
Make Successful Build
Browse files Browse the repository at this point in the history
  • Loading branch information
PokeyManatee4 authored Mar 9, 2022
1 parent 6f90b88 commit 36e7006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/src/kernel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ struct BootInfo {

extern "C" void _start(BootInfo* bootInfo){

BasicRenderer newRenderer = BasicRenderer(bootInfo->framebuffer, bootInfo->psf1_font);
BasicRenderer newRenderer = BasicRenderer(bootInfo->framebuffer, bootInfo->psf1_Font);
newRenderer.Print("© 2022 The Brick OS Team");
return ;
}

0 comments on commit 36e7006

Please sign in to comment.