mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-18 09:04:49 -04:00
Output more lines
This commit is contained in:
parent
7bbc6251ee
commit
f38202565b
@ -3,7 +3,8 @@ void k_print(const char* string);
|
||||
|
||||
extern "C"
|
||||
void __attribute__ ((section ("main_section"))) kernel_main(){
|
||||
k_print_line("hello, world!");
|
||||
k_print_line("hello, ");
|
||||
k_print_line(" world!");
|
||||
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user