diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-12-09 22:55:14 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-12-09 22:55:14 +0100 |
| commit | f4518cf996c137e18cd70dd2d23ba9d8cfcfb526 (patch) | |
| tree | 416952ac9efd8fc0bd7b67cbc50ed8177fac2b56 /kernel/console.c | |
| parent | 7e965f276c47d29969f5470533d40df03536d190 (diff) | |
passing vesa physbase to vmem and some cleanup
Diffstat (limited to 'kernel/console.c')
| -rw-r--r-- | kernel/console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/console.c b/kernel/console.c index f363d9e..b815c24 100644 --- a/kernel/console.c +++ b/kernel/console.c @@ -34,7 +34,7 @@ void console_put_str_red(char *s){scr_put_string(s,SCR_RED);} #include "video/vesa.h" -void console_init(){ +uint32_t console_init(){ int inode_nr=ext2_filename_to_inode(EXT2_RAM_ADDRESS,"/binfont.bin"); if(inode_nr!=-1)ext2_inode_content(EXT2_RAM_ADDRESS,inode_nr,0x1300000,0xffff); // load font; |
