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
92 6507 d 15 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 6511 d 15 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 6522 d 14 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 6523 d 19 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 6538 d 20 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 6546 d 14 h diamond /kernel/trunk/docs/ Corrected mistake in sysfuncr.txt (thanks to Maxxxx32)  
/kernel/trunk/docs/sysfuncr.txt
78 6556 d 14 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 6558 d 13 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 6562 d 13 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