Rev 4153 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4153 | Rev 4327 | ||
---|---|---|---|
Line 143... | Line 143... | ||
143 | #endif |
143 | #endif |
144 | 144 | ||
145 | if (((i + 1) % 20) == 0) { |
145 | if (((i + 1) % 20) == 0) { |
146 | printf(" -- Press any key to continue -- "); |
146 | printf(" -- Press any key to continue -- "); |
147 | spinlock_unlock(&exctbl_lock); |
147 | spinlock_unlock(&exctbl_lock); |
148 | _getc(stdin); |
148 | indev_pop_character(stdin); |
149 | spinlock_lock(&exctbl_lock); |
149 | spinlock_lock(&exctbl_lock); |
150 | printf("\n"); |
150 | printf("\n"); |
151 | } |
151 | } |
152 | } |
152 | } |
153 | 153 |