Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3545 → Rev 3531

/kernel/branches/net/applications/downloader/downloader.asm
File deleted
/kernel/branches/net/applications/ftpc/servercommands.inc
File deleted
\ No newline at end of file
/kernel/branches/net/applications/ftpc/usercommands.inc
File deleted
\ No newline at end of file
/kernel/branches/net/applications/ftpc/ftpc.asm
File deleted
/kernel/branches/net/applications/ircc/window.inc
78,21 → 78,6
ret
 
 
window_updated:
 
mov edi, [window_print]
test [edi + window.flags], FLAG_UPDATED
jnz .skip
 
or [edi + window.flags], FLAG_UPDATED
 
; now play a sound :)
 
.skip:
 
ret
 
 
print_text: ; eax = start ptr
; dl = end char
pusha
/kernel/branches/net/applications/libio.inc
78,7 → 78,7
FileSizeHigh dd ?
ends
ends
FileName rb 264
FileName rb 252
ends
 
struct FileInfoW
94,7 → 94,7
FileSizeHigh dd ?
ends
ends
FileName rw 264
FileName rw 260
ends
 
virtual at 0
109,5 → 109,4
FA_LABEL = 00001000b
FA_FOLDER = 00010000b
FA_ARCHIVED = 00100000b
FA_NORMAL = 01000000b
FA_ANY = 01111111b
FA_ANY = 00111111b
/kernel/branches/net/gui/event.inc
527,7 → 527,7
cmp eax, 5
je .mouse_check ; eax=5, retvals=eax+1 (event 6)
 
ja .FlagAutoReset ; eax=[6..9], retvals=eax+1 (event 7...10)
ja .FlagAutoReset ; eax=[6..8], retvals=eax+1 (event 7...10)
 
cmp eax, 1
jae .BtKy ; eax=[1,2], retvals=eax+1 (event 2,3)
/kernel/branches/net/data32.inc
500,5 → 500,4
BiosDiskCaches rb 80h*(cache_ide1-cache_ide0)
BiosDiskPartitions rd 80h
 
tetten:
IncludeUGlobals
/kernel/branches/net/kernel.asm
77,12 → 77,11
USE_COM_IRQ equ 1 ; make irq 3 and irq 4 available for PCI devices
 
; Enabling the next line will enable serial output console
debug_com_base equ 0x3f8 ; 0x3f8 is com1, 0x2f8 is com2, 0x3e8 is com3, 0x2e8 is com4, no irq's are used
;debug_com_base equ 0x3f8 ; 0x3f8 is com1, 0x2f8 is com2, 0x3e8 is com3, 0x2e8 is com4, no irq's are used
 
include "proc32.inc"
include "kglobals.inc"
;include "lang.inc"
lang fix en
include "lang.inc"
 
include "const.inc"
max_processes equ 255
137,7 → 136,7
if lang eq sp
include "kernelsp.inc" ; spanish kernel messages
else
version db 'Kolibri OS network development ',13,10,13,10,0
version db 'Kolibri OS version 0.7.7.0+ ',13,10,13,10,0
end if
 
include "boot/bootstr.inc" ; language-independent boot messages