Changeset 274 for trunk/hal/x86_64/core/hal_init.c
- Timestamp:
- Jul 26, 2017, 10:54:49 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_init.c
r256 r274 405 405 start_secondary_cpus(); 406 406 407 kernel_init(&btinfo);408 409 x86_printf("[+] kernel_init called\n");410 411 407 reg_t dummy; 412 408 hal_enable_irq(&dummy); 409 410 while (1); 411 412 kernel_init(&btinfo); 413 414 x86_printf("[+] kernel_init called\n"); 415 416 413 417 /* 414 418 void *ptr; … … 428 432 ppm_free_pages(ptr); 429 433 */ 430 while (1); 434 431 435 432 436 // void x86_stop();
Note: See TracChangeset
for help on using the changeset viewer.