Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 633 → Rev 634

/kernel/trunk/core/sched.inc
225,9 → 225,9
je @F
mov cr3, eax
@@:
mov ebx, [ebx+APPDATA.pl0_stack]
add ebx, RING0_STACK_SIZE
mov [tss._esp0], ebx
mov eax, [ebx+APPDATA.pl0_stack]
add eax, RING0_STACK_SIZE
mov [tss._esp0], eax
mov ax, graph_data
mov gs, ax
mov ecx, cr0