Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
117 6440 d 20 h mario79 /kernel/trunk/ 1. Optimization of the mode 320*200*256. Load on CPU is less. Small increase of speed.
2. Optimization of the mode 640*480*16. Substantial growth of speed.
3. At the expense of deleting the superfluous code from vga.inc the size of a kernel has decreased.
 
103 6457 d 8 h halyavin /kernel/trunk/ Now 8Mb of address space reserved for LFB. New linear address of LFB is 0x80000000.  
89 6490 d 3 h diamond /kernel/trunk/ Bugfixes: videomode 9; returned ebx in 70.1 for CD  
84 6510 d 0 h diamond /kernel/trunk/ File system addition: fileinfo structure allows new syntax  
82 6517 d 4 h halyavin /kernel/trunk/ Now kernel can be compiled with fasm 1.66.  
79 6528 d 2 h diamond / Added APM interface disconnection before real-mode shutdown.
Optimized FIRE program: code size 690->474, now it fits in one sector;
memory requirements 0.5Mb -> 200Kb.
 
76 6537 d 0 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
 
61 6584 d 5 h halyavin /kernel/trunk/ Return value of 58 function is corrected. Shutdown.inc optimized. Changes from diamond.  
46 6618 d 5 h halyavin /kernel/trunk/boot/ fixes of boot code from diamond for correct restarting from memory  
40 6638 d 1 h halyavin /kernel/trunk/ *Reduced size of boot code. (diamond)
*Debug API added. (diamond)
 
34 6652 d 5 h halyavin /kernel/trunk/boot/ some fixes in boot code  
30 6672 d 3 h halyavin /kernel/trunk/boot/ Bug leading to crash during restart from memory fixed  
29 6680 d 6 h halyavin /kernel/ *Improved boot code
*Tag for kolibri 0.5.2.1 created
 
27 6698 d 22 h halyavin /kernel/trunk/boot/ Remapping IRQs to standart scheme in real mode during shutdown added.  
12 6730 d 4 h halyavin /kernel/trunk/ *Font functions have been rewritten. Now kernel use bit-compressed fonts.
You must use char.mt and char2.mt from MeOsEmul or MeOsDebug program
or download them at http://shade.msu.ru/~msu-se/temp/char.7z
*Small fix in memmap.inc for memory manager.
 
5 6742 d 9 h halyavin /kernel/trunk/ Mario79 fixes:
Application can determine own path now.
Some boot messages changed (it is version Kolibri 5.1.0 now).
Some rd functions updated (thanks to michael).
Switch to another bank-switching procedure.
 
2 6748 d 10 h msu-se / moving to kernel directory  
1 6748 d 21 h ha /trunk/ Kolibri 5 initial checkout