GDT finally works
This commit is contained in:
14
kernel/banner.h
Normal file
14
kernel/banner.h
Normal file
@ -0,0 +1,14 @@
|
||||
#ifndef BANNER_H_
|
||||
#define BANNER_H_
|
||||
|
||||
#define BANNER_TEXT \
|
||||
"___ ___ _____ _____ ______ _ _ \n" \
|
||||
"| \\/ | | _ / ___| | ___ \\ (_) | | \n" \
|
||||
"| . . |_ _ | | | \\ `--. | |_/ / __ ___ _ ___ ___| |_ \n" \
|
||||
"| |\\/| | | | | | | | |`--. \\ | __/ '__/ _ \\| |/ _ \\/ __| __|\n" \
|
||||
"| | | | |_| | \\ \\_/ /\\__/ / | | | | | (_) | | __/ (__| |_ \n" \
|
||||
"\\_| |_/\\__, | \\___/\\____/ \\_| |_| \\___/| |\\___|\\___|\\__|\n" \
|
||||
" __/ | _/ | \n" \
|
||||
" |___/ |__/ \n" \
|
||||
|
||||
#endif // BANNER_H_
|
Reference in New Issue
Block a user