Kernel is now in C++ :)
This commit is contained in:
@@ -13,4 +13,4 @@ _init:
|
||||
_fini:
|
||||
push %ebp
|
||||
movl %esp, %ebp
|
||||
/* gcc will nicely put the contents of crtbegin.o's .fini section here. */
|
||||
/* gcc will nicely put the contents of crtbegin.o's .fini section here. */
|
||||
|
||||
@@ -7,4 +7,4 @@
|
||||
.section .fini
|
||||
/* gcc will nicely put the contents of crtend.o's .fini section here. */
|
||||
popl %ebp
|
||||
ret
|
||||
ret
|
||||
|
||||
@@ -29,7 +29,7 @@ void terminal_clear(void)
|
||||
terminal_putentryat(' ', terminal_color, x, y);
|
||||
}
|
||||
|
||||
void terminal_initialize(void)
|
||||
void terminal_initialize()
|
||||
{
|
||||
terminal_row = 0;
|
||||
terminal_col = 0;
|
||||
|
||||
Reference in New Issue
Block a user