Rev 3474 | Rev 3589 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3474 | Rev 3552 | ||
---|---|---|---|
Line 64... | Line 64... | ||
64 | 64 | ||
65 | int i = 1; |
65 | int i = 1; |
66 | 66 | ||
67 | int main(int argc, char *argv[]) |
67 | int main(int argc, char *argv[]) |
68 | { |
68 | { |
69 | kputint(-1); |
69 | // kputint(-1); |
70 | /* kputint(0x100); |
70 | /* kputint(0x100); |
71 | printf("Hello from dltest!\n"); |
71 | printf("Hello from dltest!\n"); |
72 | kputint(0x200); |
72 | kputint(0x200); |
73 | while(1);*/ |
73 | while(1);*/ |
74 | printf("Hello from dltest!\n"); |
74 | printf("Hello from dltest!\n"); |
75 | while(1); |
75 | // while(1); |
76 | return 0; |
76 | return 0; |
77 | } |
77 | } |
78 | 78 | ||
79 | /** @} |
79 | /** @} |
80 | */ |
80 | */ |