Changeset 365 for trunk/hal/x86_64
- Timestamp:
- Aug 10, 2017, 11:48:01 AM (7 years ago)
- Location:
- trunk/hal/x86_64/core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_cpu.S
r359 r365 166 166 orq $CR0_TS,%rax 167 167 movq %rax,%cr0 168 ret169 170 ASM_ENTRY(x86_stop) /* debug only */171 int $0x0b172 168 ret 173 169 -
trunk/hal/x86_64/core/hal_init.c
r345 r365 442 442 ppm_free_pages(ptr); 443 443 */ 444 445 446 // void x86_stop();447 // x86_stop();448 444 } 449 445
Note: See TracChangeset
for help on using the changeset viewer.