Remove unused macro and fix a comment.

git-svn-id: svn://kolibrios.org@8115 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Ivan Baravy 2020-10-21 19:58:55 +00:00
parent a1f1b98369
commit 5f677e4407
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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