Rev 2071 | Rev 3907 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2071 | Rev 3669 | ||
|---|---|---|---|
| Line 36... | Line 36... | ||
| 36 | #include <proc/thread.h> |
36 | #include <proc/thread.h> |
| 37 | #include <time/delay.h> |
37 | #include <time/delay.h> |
| 38 | 38 | ||
| 39 | #include <arch.h> |
39 | #include <arch.h> |
| 40 | 40 | ||
| 41 | char * test_mips1(bool quiet) |
41 | char *test_mips1(bool quiet) |
| 42 | { |
42 | { |
| 43 | if (!quiet) |
43 | if (!quiet) |
| 44 | printf("You should enter kconsole debug mode now.\n"); |
44 | printf("If kconsole is compiled in, you should enter debug mode now.\n"); |
| 45 | 45 | ||
| 46 | asm volatile ( |
46 | asm volatile ( |
| 47 | "break\n" |
47 | "break\n" |
| 48 | ); |
48 | ); |
| 49 | 49 | ||