Rev 2227 | Rev 2612 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2227 | Rev 2233 | ||
|---|---|---|---|
| Line 246... | Line 246... | ||
| 246 | idtr_load(&idtr); |
246 | idtr_load(&idtr); |
| 247 | 247 | ||
| 248 | interrupts_restore(ipl); |
248 | interrupts_restore(ipl); |
| 249 | asm volatile ( |
249 | asm volatile ( |
| 250 | "int $0x03\n" |
250 | "int $0x03\n" |
| - | 251 | "cli\n" |
|
| 251 | "hlt\n" |
252 | "hlt\n" |
| 252 | ); |
253 | ); |
| 253 | } |
254 | } |
| 254 | 255 | ||
| 255 | /** @} |
256 | /** @} |