Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
127 6474 d 21 h mario79 / 1) Small fix for the code regulating speed COM mouses.
2) In the application SETUP the regulation delay for the mouse is added.
 
/kernel/trunk/docs/sysfuncr.txt
/kernel/trunk/docs/sysfuncs.txt
/kernel/trunk/hid/m_com1.inc
/kernel/trunk/hid/m_com2.inc
/programs/system/setup/trunk/setup.asm
120 6475 d 23 h mario79 / 1) The function 18/19 - to get/set mouse features
2) The application SETUP is changed for operation from functions 18/19, also instead of functions 6 and 33 the function 70 is used.
 
/kernel/trunk/docs/sysfuncr.txt
/kernel/trunk/docs/sysfuncs.txt
/kernel/trunk/hid/m_com1.inc
/kernel/trunk/hid/m_com2.inc
/kernel/trunk/hid/m_ps2.inc
/kernel/trunk/hid/mousedrv.inc
/kernel/trunk/kernel.asm
/programs/system/setup/trunk/setup.asm
118 6477 d 23 h diamond / keyboard.inc: deleted obsolete code for Alt+arrows
sys32.inc: small bugfix (IRQ reservation free)
@numcalc: sources added
 
/programs/demos/numcalc
/programs/demos/numcalc/trunk
/programs/demos/numcalc/trunk/@numcalc.asm
/programs/demos/numcalc/trunk/build.bat
/kernel/trunk/core/sys32.inc
/kernel/trunk/docs/sysfuncr.txt
/kernel/trunk/docs/sysfuncs.txt
/kernel/trunk/hid/keyboard.inc
114 6485 d 17 h mikedld /kernel/trunk/ Added two flags to 0th function (edx = 0xXYRRGGBB, X = DCBAb)
A - window has a caption; if Y=3, then caption scting address could be passed in
edi, otherwise use function 71/1
B - treat all drawing performed to be relative to window client area
D - use gradient fill for client area
Added function 71:
subfunction 1 - set window caption string address (in ecx)
subfunction 2 - get window caption into buffer (not implemented yet)
Updated sysfuncr.txt, added sysfuncs.txt
 
/kernel/trunk/docs/sysfuncs.txt
/kernel/trunk/core/sys32.inc
/kernel/trunk/core/syscall.inc
/kernel/trunk/docs/sysfuncr.txt
/kernel/trunk/gui/button.inc
/kernel/trunk/gui/skincode.inc
/kernel/trunk/gui/skindata.inc
/kernel/trunk/gui/window.inc
/kernel/trunk/kernel.asm
/kernel/trunk/kernel32.inc
110 6491 d 5 h heavyiron /kernel/trunk/ Some corrections to structure. Unziped files apm.zip and skin_v3.zip!  
/kernel/trunk/docs/apm
/kernel/trunk/docs/apm/README.TXT
/kernel/trunk/docs/apm/apm.txt
/kernel/trunk/skin
/kernel/trunk/skin/base.bmp
/kernel/trunk/skin/base_1.bmp
/kernel/trunk/skin/default.asm
/kernel/trunk/skin/left.bmp
/kernel/trunk/skin/left_1.bmp
/kernel/trunk/skin/me_skin.inc
/kernel/trunk/skin/myblue.dtp
/kernel/trunk/skin/oper.bmp
/kernel/trunk/skin/oper_1.bmp
/kernel/trunk/docs/apm.zip
/kernel/trunk/skin_v3.7z
92 6520 d 0 h diamond /kernel/trunk/ Hotkeys are now supported  
/kernel/trunk/core/sys32.inc
/kernel/trunk/docs/sysfuncr.txt
/kernel/trunk/gui/event.inc
/kernel/trunk/hid/keyboard.inc
/kernel/trunk/kernel.asm
91 6524 d 0 h diamond /kernel/trunk/ 1. Execution of files with long names (function 70.7).
2. Function 70 now supports folders on ramdisk.
 
/kernel/trunk/blkdev/rd.inc
/kernel/trunk/core/newproce.inc
/kernel/trunk/docs/sysfuncr.txt
/kernel/trunk/fs/fat12.inc
/kernel/trunk/fs/fat32.inc
/kernel/trunk/fs/fs_lfn.inc
86 6534 d 23 h diamond /kernel/trunk/ File system addition: get/set file/folder attributes  
/kernel/trunk/blkdev/rd.inc
/kernel/trunk/docs/sysfuncr.txt
/kernel/trunk/fs/fat12.inc
/kernel/trunk/fs/fat32.inc
/kernel/trunk/fs/fs_lfn.inc
85 6536 d 5 h halyavin /kernel/trunk/ Function 18/18 added. It terminate process by PID (instead of slot as in function 18/2).  
/kernel/trunk/docs/sysfuncr.txt
/kernel/trunk/kernel.asm
83 6551 d 5 h diamond /kernel/trunk/ File system additions: create/rewrite files with long names  
/kernel/trunk/blkdev/rd.inc
/kernel/trunk/docs/sysfuncr.txt
/kernel/trunk/fs/fat12.inc
/kernel/trunk/fs/fat32.inc
/kernel/trunk/fs/fs.inc
/kernel/trunk/fs/fs_lfn.inc
81 6558 d 23 h diamond /kernel/trunk/docs/ Corrected mistake in sysfuncr.txt (thanks to Maxxxx32)  
/kernel/trunk/docs/sysfuncr.txt
78 6569 d 0 h diamond /kernel/trunk/ Function 70.1 now supports ANSI+UNICODE. Flag CF in function 49 corrected.  
/kernel/trunk/blkdev/rd.inc
/kernel/trunk/docs/sysfuncr.txt
/kernel/trunk/fs/fat12.inc
/kernel/trunk/fs/fat32.inc
/kernel/trunk/fs/fs_lfn.inc
/kernel/trunk/kernel.asm
77 6570 d 22 h diamond /kernel/trunk/ Some corrections in new file system functions. Added sysfuncr.txt docs.  
/kernel/trunk/docs/sysfuncr.txt
/kernel/trunk/blkdev/rd.inc
/kernel/trunk/fs/fat12.inc
/kernel/trunk/fs/fat32.inc
/kernel/trunk/kernel.asm
76 6574 d 22 h mario79 /kernel/trunk/ Mihaylov Iliya Andreevich aka Ghost
Advanced Power Management
SYSTEM CALL
eax = 49
dx = number of the function APM BIOS (Is similar AX in real mode)
Others registers (bx, cx) on the specification (see. docs/apm.zip>apm.txt)
Result: on the specification (including CF), the high part 32 bit registers is not defined
 
/kernel/trunk/docs
/kernel/trunk/docs/apm.zip
/kernel/trunk/boot/bootcode.inc
/kernel/trunk/core/sys32.inc
/kernel/trunk/core/syscall.inc
/kernel/trunk/kernel.asm
/kernel/trunk/memmap.inc