Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8114 → Rev 8115

/kernel/trunk/const.inc
258,8 → 258,6
 
VGABasePtr = OS_BASE + 0x00A0000
 
UPPER_KERNEL_PAGES = OS_BASE + 0x0400000
 
virtual at OS_BASE + 0x05FFF80
tss TSS
end virtual
/kernel/trunk/gui/window.inc
1974,9 → 1974,9
;--------------------------------------
align 4
.move_others_down:
; ax <- process no
; bx <- process no
movzx ebx, word[esi]
; ax <- position in window stack
; bx <- position in window stack
movzx ebx, word[WIN_STACK + ebx * 2]
 
; drop others