forked from KolibriOS/kolibrios
Remove unused macro and fix a comment.
git-svn-id: svn://kolibrios.org@8115 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
a1f1b98369
commit
5f677e4407
@ -258,8 +258,6 @@ SLOT_BASE = OS_BASE + 0x0080000
|
|||||||
|
|
||||||
VGABasePtr = OS_BASE + 0x00A0000
|
VGABasePtr = OS_BASE + 0x00A0000
|
||||||
|
|
||||||
UPPER_KERNEL_PAGES = OS_BASE + 0x0400000
|
|
||||||
|
|
||||||
virtual at OS_BASE + 0x05FFF80
|
virtual at OS_BASE + 0x05FFF80
|
||||||
tss TSS
|
tss TSS
|
||||||
end virtual
|
end virtual
|
||||||
|
@ -1974,9 +1974,9 @@ align 4
|
|||||||
;--------------------------------------
|
;--------------------------------------
|
||||||
align 4
|
align 4
|
||||||
.move_others_down:
|
.move_others_down:
|
||||||
; ax <- process no
|
; bx <- process no
|
||||||
movzx ebx, word[esi]
|
movzx ebx, word[esi]
|
||||||
; ax <- position in window stack
|
; bx <- position in window stack
|
||||||
movzx ebx, word[WIN_STACK + ebx * 2]
|
movzx ebx, word[WIN_STACK + ebx * 2]
|
||||||
|
|
||||||
; drop others
|
; drop others
|
||||||
|
Loading…
Reference in New Issue
Block a user