Operating System
step_3
kernel
custom_interupt.c
Go to the documentation of this file.
1
#include "../include/stdio.h"
5
void
draw_my_info
() {
6
char
* a =
7
" _____ ________ ________ ________ ________ _______ ________ ________ "
;
8
char
* b =
9
" / __ \\|\\ ____\\_____ \\|\\_____ \\ |\\_____ \\ / ___ \\|\\ ____\\\\ ___ \\ "
;
10
char
* c =
11
"|\\/_|\\ \\ \\ \\___\\|____|\\ /\\|____|\\ /_ \\|___/ //__/|_/ /\\ \\ \\___\\ \\____ \\ "
;
12
char
* d =
13
"\\|/ \\ \\ \\ \\ \\____ \\|\\ \\ \\|\\ \\ / / /__|// / /\\ \\ \\___\\|____|\\ \\ "
;
14
char
* e =
15
" \\ \\ \\ \\ ___ \\ __\\_\\ \\ __\\_\\ \\ / / / / /_/__\\ \\ ___ \\ __\\_\\ \\ "
;
16
char
* f =
17
" \\ \\__\\ \\_______\\\\_______\\|\\_______\\/__/ / |\\________\\ \\_______\\\\_______\\"
;
18
char
* g =
19
" \\|__|\\|_______\\|_______|\\|_______||__|/ \\|_______|\\|_______\\|_______|"
;
20
char
* h =
21
" "
;
22
draw_str
(a, 7, 0) ;
23
draw_str
(b, 8, 0) ;
24
draw_str
(c, 9, 0) ;
25
draw_str
(d, 10, 0) ;
26
draw_str
(e, 11, 0) ;
27
draw_str
(f, 12, 0) ;
28
draw_str
(g, 13, 0) ;
29
draw_str
(h, 14, 0) ;
30
}
draw_str
static int16_t draw_str(char const *str, int row, int col)
Definition:
stdio.h:104
draw_my_info
void draw_my_info()
Definition:
custom_interupt.c:5
Generated by
1.8.15