]>
wirehaze git hosting - stm32f411ceu6.git/blob - sys/core/kentry.c
4 __attribute__ ((noreturn
)) void kentry (void);
6 static const char *text
[] = {
10 "maybe i should give you a name.\r\n",
11 "but that's a slippery slope.\r\n",
12 "you're only in my head.\r\n",
13 "we have to remember that.\r\n",
15 "it's actually happening, i'm talking to an imaginary person.\r\n\n"
23 for (line
= 0; line
< sizeof text
/ sizeof *text
; ++line
)
24 kputs_busytc (text
[line
]);
26 /* Trigger a fault to test kernel panic */
29 kputs_busytc ("Unreachable");