Rev 2029 | Rev 2051 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2029 | Rev 2050 | ||
|---|---|---|---|
| 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(void) |
41 | char * test_mips1(bool quiet) |
| 42 | { |
42 | { |
| 43 | printf("You should enter kconsole debug mode now.\n"); |
43 | printf("You should enter kconsole debug mode now.\n"); |
| 44 | 44 | ||
| 45 | asm volatile ( |
45 | asm volatile ( |
| 46 | "break\n" |
46 | "break\n" |