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
51 6649 d 14 h mikedld /programs/ ICON2, @PANEL: changes to perform self-reposition on screen resolution change
@PANEL: display of up to 255 running applications (from Mario79)
VRR: don't kill applications on screen resolution change
GRSCREEN: don't set up system colors (they're taken from skin file now)
DESKTOP: added ability to change window skins 'on the fly' (with preview)
 
/programs/icon/trunk/gif_lite.inc
/programs/panel/trunk/setup.asm
/programs/desktop/trunk/desktop.asm
/programs/desktop/trunk/macros.inc
/programs/grscreen/trunk/grscreen.asm
/programs/panel/trunk/@PANEL.ASM
/programs/vrr/trunk/vrr.asm
50 6650 d 11 h halyavin /programs/panel/trunk/ Fixed bug which will lead to incorrect panel position
after maximazing from right button. Bug would appear if windows which
not fit in screen are allowed.
 
/programs/panel/trunk/@PANEL.ASM
49 6663 d 15 h mikedld /kernel/trunk/ *Real* fix for VRR problem
Fixes to workarea management code
Removed check_window_move_request from osloop, now windows are moved immediately
New skins format - all skin data in in separate file now (*.skn)
Changed skinned window drawing accordingly
 
/kernel/trunk/skin_v3.7z
/kernel/trunk/scin_v2.7z
/kernel/trunk/gui/skincode.inc
/kernel/trunk/gui/skindata.inc
/kernel/trunk/gui/window.inc
/kernel/trunk/kernel.asm
/kernel/trunk/vmodeint.inc
48 6665 d 19 h halyavin /kernel/trunk/blkdev/ small bug in ramdrive save function  
/kernel/trunk/blkdev/rd.inc
47 6665 d 19 h halyavin /programs/end/trunk/ optimized by size version from diamond  
/programs/end/trunk/end.asm
46 6667 d 16 h halyavin /kernel/trunk/boot/ fixes of boot code from diamond for correct restarting from memory  
/kernel/trunk/boot/shutdown.inc
45 6676 d 9 h mario79 /kernel/trunk/gui/ Fix error VRR+FULLSCREEN WINDOW  
/kernel/trunk/gui/window.inc
44 6678 d 9 h halyavin /kernel/trunk/core/ fixing bugs in debug.inc from diamond  
/kernel/trunk/core/debug.inc
43 6678 d 14 h halyavin /kernel/trunk/ fix in struct macro for new versions of fasm  
/kernel/trunk/kernel32.inc
42 6680 d 19 h mikedld /programs/panel/trunk/ added workarea setup code + PANEL_HEIGHT constant  
/programs/panel/trunk/@PANEL.ASM
41 6680 d 20 h mikedld /kernel/trunk/ changes/improvements in maximize/minimize/rollup windows functionality
added functions:
48/5 - get screen workarea
48/6 - set screen workarea
 
/kernel/trunk/core/newproce.inc
/kernel/trunk/gui/button.inc
/kernel/trunk/gui/window.inc
/kernel/trunk/kernel.asm
/kernel/trunk/kernel32.inc
/kernel/trunk/video/vesa20.inc
40 6687 d 13 h halyavin /kernel/trunk/ *Reduced size of boot code. (diamond)
*Debug API added. (diamond)
 
/kernel/trunk/core/debug.inc
/kernel/trunk/boot/bootcode.inc
/kernel/trunk/boot/booteng.inc
/kernel/trunk/boot/bootru.inc
/kernel/trunk/core/newproce.inc
/kernel/trunk/core/sched.inc
/kernel/trunk/core/sys32.inc
/kernel/trunk/core/syscall.inc
/kernel/trunk/fs/fs.inc
/kernel/trunk/gui/event.inc
/kernel/trunk/hid/keyboard.inc
/kernel/trunk/kernel.asm
39 6689 d 12 h halyavin /kernel/trunk/ *size of memory manager code reduced
*18/17 function returns physical memory size now
(it returned size of allocatable memory previously).
 
/kernel/trunk/core/memmanag.inc
/kernel/trunk/kernel.asm
38 6693 d 16 h halyavin /kernel/trunk/gui/ fix strange button drawing for bright buttons  
/kernel/trunk/gui/button.inc
37 6698 d 17 h halyavin /programs/free3d04/trunk/ free3d04 size optimization from willow  
/programs/free3d04/trunk/gif.inc
/programs/free3d04/trunk/macros.inc
/programs/free3d04/trunk/texture.gif
/programs/free3d04/trunk/ceil.inc
/programs/free3d04/trunk/wall.inc
/programs/free3d04/trunk/wall2.inc
/programs/free3d04/trunk/wall3.inc
/programs/free3d04/trunk/wall4.inc
/programs/free3d04/trunk/wall5.inc
/programs/free3d04/trunk/wall6.inc
/programs/free3d04/trunk/wall7.inc
/programs/free3d04/trunk/free3d04.asm
36 6699 d 8 h mario79 /kernel/trunk/ New algorithm of output of a mouse pointer  
/kernel/trunk/hid/mousedrv.inc
/kernel/trunk/kernel.asm
/kernel/trunk/video/vesa20.inc
35 6701 d 16 h halyavin /kernel/trunk/ fixed bug with windows active/inactive caption (aw_yes variable converted to parameter).  
/kernel/trunk/gui/skincode.inc
/kernel/trunk/kernel.asm
34 6701 d 16 h halyavin /kernel/trunk/boot/ some fixes in boot code  
/kernel/trunk/boot/bootcode.inc
33 6706 d 14 h mario79 /kernel/trunk/ 1) Parallel processing of mouses: PS2, COM1, COM2
2) Detection PS2 mouse.
3) Switching FPU in PM with reset.
4) Click on the application button - works only if during release of a up-button mouse the cursor is on the button application. Realization Victor Alberto Gil Hanla (vhanla). Version 1.1
5) Return of focus (activated window) on previous application at completion of the active application
6) Change skin of header of windows type 4, at loss and return of focus (activated window).
 
/kernel/trunk/detect/ps2mouse.inc
/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/scin_v2.7z
/kernel/trunk/core/sys32.inc
/kernel/trunk/detect/commouse.inc
/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
/kernel/trunk/memmap.inc
/kernel/trunk/video/vesa20.inc
/kernel/trunk/video/vga.inc
32 6709 d 15 h halyavin /kernel/trunk/ added function 18/16 - get size of free memory (in Kb) and function 18/17 - get size of all memory (in Kb).  
/kernel/trunk/core/memmanag.inc
/kernel/trunk/kernel.asm
31 6709 d 16 h halyavin /programs/ programs sources added  
/programs
/programs/15
/programs/15/trunk
/programs/15/trunk/15.ASM
/programs/15/trunk/build_en.bat
/programs/15/trunk/build_ru.bat
/programs/15/trunk/macros.inc
/programs/3dcube2
/programs/3dcube2/trunk
/programs/3dcube2/trunk/3DCUBE2.ASM
/programs/3dcube2/trunk/ascgl.inc
/programs/3dcube2/trunk/ascl.inc
/programs/3dcube2/trunk/build_en.bat
/programs/3dcube2/trunk/build_ru.bat
/programs/3dcube2/trunk/macros.inc
/programs/3detx60b
/programs/3detx60b/trunk
/programs/3detx60b/trunk/3DETX60B.ASM
/programs/3detx60b/trunk/ascgl.inc
/programs/3detx60b/trunk/ascl.inc
/programs/3detx60b/trunk/build_en.bat
/programs/3detx60b/trunk/build_ru.bat
/programs/3detx60b/trunk/map.gif
/programs/3detx60b/trunk/texmap.bmp
/programs/3detx60b/trunk/texpack.gif
/programs/3dtcub10
/programs/3dtcub10/trunk
/programs/3dtcub10/trunk/3DTCUB10.ASM
/programs/3dtcub10/trunk/build_en.bat
/programs/3dtcub10/trunk/build_ru.bat
/programs/3dtcub10/trunk/texture.raw
/programs/ac97wav
/programs/ac97wav/trunk
/programs/ac97wav/trunk/ac97.inc
/programs/ac97wav/trunk/ac97wav.asm
/programs/ac97wav/trunk/build_en.bat
/programs/ac97wav/trunk/build_ru.bat
/programs/ac97wav/trunk/codec.inc
/programs/ac97wav/trunk/constant.inc
/programs/ac97wav/trunk/debug.inc
/programs/ac97wav/trunk/frontend.inc
/programs/ac97wav/trunk/includes.inc
/programs/ac97wav/trunk/macros.inc
/programs/ac97wav/trunk/meosfunc.inc
/programs/ac97wav/trunk/pci.inc
/programs/aclock
/programs/aclock/trunk
/programs/aclock/trunk/Readme.txt
/programs/aclock/trunk/aclock.asm
/programs/aclock/trunk/aclock.bmp
/programs/aclock/trunk/adjstwnd.inc
/programs/aclock/trunk/cmdline.inc
/programs/aclock/trunk/dbgboard.inc
/programs/aclock/trunk/draw.inc
/programs/aclock/trunk/make.bat
/programs/aclock/trunk/mos.inc
/programs/aclock/trunk/str2dwrd.inc
/programs/aclock/trunk/strlen.inc
/programs/aclock/trunk/strtok.inc
/programs/airc
/programs/airc/trunk
/programs/airc/trunk/airc.asm
/programs/airc/trunk/build_en.bat
/programs/airc/trunk/build_ru.bat
/programs/airc/trunk/macros.inc
/programs/arcanii
/programs/arcanii/trunk
/programs/arcanii/trunk/arcanii.asm
/programs/arcanii/trunk/arcanii.bmp
/programs/arcanii/trunk/ascgl.inc
/programs/arcanii/trunk/ascl.inc
/programs/arcanii/trunk/asjc.inc
/programs/arcanii/trunk/build_en.bat
/programs/arcanii/trunk/build_ru.bat
/programs/arcanoid
/programs/arcanoid/trunk
/programs/arcanoid/trunk/ARC.BMP
/programs/arcanoid/trunk/arcanoid.asm
/programs/arcanoid/trunk/ascgl.inc
/programs/arcanoid/trunk/ascgml.inc
/programs/arcanoid/trunk/ascl.inc
/programs/arcanoid/trunk/build_en.bat
/programs/arcanoid/trunk/build_ru.bat
/programs/archer
/programs/archer/trunk
/programs/archer/trunk/@RCHER.ASM
/programs/archer/trunk/archer.txt
/programs/archer/trunk/arcmacro.inc
/programs/archer/trunk/build_en.bat
/programs/archer/trunk/build_ru.bat
/programs/archer/trunk/data.inc
/programs/archer/trunk/debug.inc
/programs/archer/trunk/deflate.inc
/programs/archer/trunk/macros.inc
/programs/archer/trunk/parser.inc
/programs/archer/trunk/sys.inc
/programs/arpstat
/programs/arpstat/trunk
/programs/arpstat/trunk/arpstat.asm
/programs/arpstat/trunk/build_en.bat
/programs/arpstat/trunk/build_ru.bat
/programs/arpstat/trunk/macros.inc
/programs/bcdclk
/programs/bcdclk/bcdclk
/programs/bcdclk/bcdclk/bcdclk.asm
/programs/bcdclk/bcdclk/build_en.bat
/programs/bcdclk/bcdclk/build_ru.bat
/programs/bcdclk/bcdclk/macros.inc
/programs/bgitest
/programs/bgitest/trunk
/programs/bgitest/trunk/FONTS
/programs/bgitest/trunk/FONTS/EURO.CHR
/programs/bgitest/trunk/FONTS/GOTH.CHR
/programs/bgitest/trunk/FONTS/LCOM.CHR
/programs/bgitest/trunk/FONTS/LITT.CHR
/programs/bgitest/trunk/FONTS/SANS.CHR
/programs/bgitest/trunk/FONTS/SCRI.CHR
/programs/bgitest/trunk/FONTS/SIMP.CHR
/programs/bgitest/trunk/FONTS/SMAL.CHR
/programs/bgitest/trunk/FONTS/TRIP.CHR
/programs/bgitest/trunk/FONTS/TSCR.CHR
/programs/bgitest/trunk/bgifont.inc
/programs/bgitest/trunk/bgitest.asm
/programs/bgitest/trunk/build_en.bat
/programs/bgitest/trunk/build_ru.bat
/programs/bgitest/trunk/macros.inc
/programs/bgitest/trunk/read_eng.txt
/programs/bgitest/trunk/read_rus.txt
/programs/bmpview
/programs/bmpview/trunk
/programs/bmpview/trunk/bmpview.asm
/programs/bmpview/trunk/build_en.bat
/programs/bmpview/trunk/build_ru.bat
/programs/bmpview/trunk/macros.inc
/programs/board
/programs/board/trunk
/programs/board/trunk/board.asm
/programs/board/trunk/build_en.bat
/programs/board/trunk/build_ru.bat
/programs/board/trunk/macros.inc
/programs/c4
/programs/c4/trunk
/programs/c4/trunk/Readme.txt
/programs/c4/trunk/ai.inc
/programs/c4/trunk/blue.pcx
/programs/c4/trunk/board.inc
/programs/c4/trunk/c4.asm
/programs/c4/trunk/mos.inc
/programs/c4/trunk/pcx.inc
/programs/c4/trunk/randomai.inc
/programs/c4/trunk/red.pcx
/programs/c4/trunk/rng.inc
/programs/c4/trunk/windows.inc
/programs/calc
/programs/calc/trunk
/programs/calc/trunk/build_en.bat
/programs/calc/trunk/build_ru.bat
/programs/calc/trunk/calc.asm
/programs/calc/trunk/macros.inc
/programs/calendar
/programs/calendar/trunk
/programs/calendar/trunk/build_en.bat
/programs/calendar/trunk/build_ru.bat
/programs/calendar/trunk/calendar.asm
/programs/calendar/trunk/calendar.txt
/programs/calendar/trunk/macros.inc
/programs/cdp
/programs/cdp/trunk
/programs/cdp/trunk/build_en.bat
/programs/cdp/trunk/build_ru.bat
/programs/cdp/trunk/cdp.asm
/programs/cdp/trunk/macros.inc
/programs/cdplay
/programs/cdplay/trunk
/programs/cdplay/trunk/build_en.bat
/programs/cdplay/trunk/build_ru.bat
/programs/cdplay/trunk/cdplay.asm
/programs/cdplay/trunk/macros.inc
/programs/chess
/programs/chess/trunk
/programs/chess/trunk/build_en.bat
/programs/chess/trunk/build_ru.bat
/programs/chess/trunk/chess.asm
/programs/chess/trunk/macros.inc
/programs/circle
/programs/circle/trunk
/programs/circle/trunk/build_en.bat
/programs/circle/trunk/build_ru.bat
/programs/circle/trunk/circle.asm
/programs/circle/trunk/macros.inc
/programs/cmd
/programs/cmd/trunk
/programs/cmd/trunk/build_en.bat
/programs/cmd/trunk/build_ru.bat
/programs/cmd/trunk/cmd.asm
/programs/cmd/trunk/cmdipc.inc
/programs/cmd/trunk/macros.inc
/programs/cmd/trunk/readme.txt
/programs/colorref
/programs/colorref/trunk
/programs/colorref/trunk/build_en.bat
/programs/colorref/trunk/build_ru.bat
/programs/colorref/trunk/colorref.asm
/programs/colors
/programs/colors/trunk
/programs/colors/trunk/build_en.bat
/programs/colors/trunk/build_ru.bat
/programs/colors/trunk/colors.asm
/programs/colors/trunk/macros.inc
/programs/copy2
/programs/copy2/trunk
/programs/copy2/trunk/build_en.bat
/programs/copy2/trunk/build_ru.bat
/programs/copy2/trunk/copy2.asm
/programs/copy2/trunk/macros.inc
/programs/copyr
/programs/copyr/trunk
/programs/copyr/trunk/ascl.inc
/programs/copyr/trunk/build_en.bat
/programs/copyr/trunk/build_ru.bat
/programs/copyr/trunk/copyr.asm
/programs/copyr/trunk/macros.inc
/programs/cpu
/programs/cpu/trunk
/programs/cpu/trunk/build_en.bat
/programs/cpu/trunk/build_ru.bat
/programs/cpu/trunk/cpu.asm
/programs/cpu/trunk/macros.inc
/programs/cpuid
/programs/cpuid/no.sources
/programs/cpuspeed
/programs/cpuspeed/trunk
/programs/cpuspeed/trunk/build_en.bat
/programs/cpuspeed/trunk/build_ru.bat
/programs/cpuspeed/trunk/cpuspeed.asm
/programs/cpuspeed/trunk/macros.inc
/programs/crownscr
/programs/crownscr/trunk
/programs/crownscr/trunk/build_en.bat
/programs/crownscr/trunk/build_ru.bat
/programs/crownscr/trunk/crownscr.asm
/programs/crownscr/trunk/figuresi.inc
/programs/crownscr/trunk/macros.inc
/programs/cslide
/programs/cslide/trunk
/programs/cslide/trunk/build_en.bat
/programs/cslide/trunk/build_ru.bat
/programs/cslide/trunk/cslide.asm
/programs/desktop
/programs/desktop/trunk
/programs/desktop/trunk/build_en.bat
/programs/desktop/trunk/build_ru.bat
/programs/desktop/trunk/desktop.asm
/programs/desktop/trunk/macros.inc
/programs/dhcp
/programs/dhcp/trunk
/programs/dhcp/trunk/build_en.bat
/programs/dhcp/trunk/build_ru.bat
/programs/dhcp/trunk/dhcp.asm
/programs/dhcp/trunk/macros.inc
/programs/dnsr
/programs/dnsr/trunk
/programs/dnsr/trunk/build_en.bat
/programs/dnsr/trunk/build_ru.bat
/programs/dnsr/trunk/dnsr.asm
/programs/dnsr/trunk/macros.inc
/programs/end
/programs/end/trunk
/programs/end/trunk/build_en.bat
/programs/end/trunk/build_ru.bat
/programs/end/trunk/end.asm
/programs/end/trunk/macros.inc
/programs/ethstat
/programs/ethstat/trunk
/programs/ethstat/trunk/build_en.bat
/programs/ethstat/trunk/build_ru.bat
/programs/ethstat/trunk/ethstat.asm
/programs/ethstat/trunk/macros.inc
/programs/example
/programs/example/trunk
/programs/example/trunk/build_en.bat
/programs/example/trunk/build_ru.bat
/programs/example/trunk/example.asm
/programs/example/trunk/macros.inc
/programs/example2
/programs/example2/trunk
/programs/example2/trunk/build_en.bat
/programs/example2/trunk/build_ru.bat
/programs/example2/trunk/dialogs1.inc
/programs/example2/trunk/example2.asm
/programs/example2/trunk/macros.inc
/programs/example3
/programs/example3/trunk
/programs/example3/trunk/build_en.bat
/programs/example3/trunk/build_ru.bat
/programs/example3/trunk/example3.asm
/programs/example3/trunk/macros.inc
/programs/eyes
/programs/eyes/trunk
/programs/eyes/trunk/build_en.bat
/programs/eyes/trunk/build_ru.bat
/programs/eyes/trunk/eyes.asm
/programs/eyes/trunk/eyes.raw
/programs/eyes/trunk/macros.inc
/programs/fasm
/programs/fasm/trunk
/programs/fasm/trunk/assemble.inc
/programs/fasm/trunk/build_en.bat
/programs/fasm/trunk/build_ru.bat
/programs/fasm/trunk/errors.inc
/programs/fasm/trunk/expressi.inc
/programs/fasm/trunk/fasm.asm
/programs/fasm/trunk/fasm.inc
/programs/fasm/trunk/formats.inc
/programs/fasm/trunk/parser.inc
/programs/fasm/trunk/preproce.inc
/programs/fasm/trunk/struct.inc
/programs/fasm/trunk/system.inc
/programs/fasm/trunk/variable.inc
/programs/fasm/trunk/version.inc
/programs/fasm/trunk/x86_64.inc
/programs/fire
/programs/fire/trunk
/programs/fire/trunk/build_en.bat
/programs/fire/trunk/build_ru.bat
/programs/fire/trunk/fire.asm
/programs/fire/trunk/macros.inc
/programs/fire2
/programs/fire2/trunk
/programs/fire2/trunk/build_en.bat
/programs/fire2/trunk/build_ru.bat
/programs/fire2/trunk/fire2.asm
/programs/free3d04
/programs/free3d04/trunk
/programs/free3d04/trunk/build_en.bat
/programs/free3d04/trunk/build_ru.bat
/programs/free3d04/trunk/ceil.inc
/programs/free3d04/trunk/free3d04.asm
/programs/free3d04/trunk/readme.txt
/programs/free3d04/trunk/wall.inc
/programs/free3d04/trunk/wall2.inc
/programs/free3d04/trunk/wall3.inc
/programs/free3d04/trunk/wall4.inc
/programs/free3d04/trunk/wall5.inc
/programs/free3d04/trunk/wall6.inc
/programs/free3d04/trunk/wall7.inc
/programs/gifview
/programs/gifview/trunk
/programs/gifview/trunk/build_en.bat
/programs/gifview/trunk/build_ru.bat
/programs/gifview/trunk/debug.inc
/programs/gifview/trunk/gif_lite.inc
/programs/gifview/trunk/gifview.asm
/programs/gifview/trunk/macros.inc
/programs/grscreen
/programs/grscreen/trunk
/programs/grscreen/trunk/build_en.bat
/programs/grscreen/trunk/build_ru.bat
/programs/grscreen/trunk/grscreen.asm
/programs/grscreen/trunk/macros.inc
/programs/h2d2b
/programs/h2d2b/trunk
/programs/h2d2b/trunk/build_en.bat
/programs/h2d2b/trunk/build_ru.bat
/programs/h2d2b/trunk/h2d2b.asm
/programs/h2d2b/trunk/macros.inc
/programs/heed
/programs/heed/trunk
/programs/heed/trunk/build_en.bat
/programs/heed/trunk/build_ru.bat
/programs/heed/trunk/heed.asm
/programs/heed/trunk/macros.inc
/programs/hello
/programs/hello/trunk
/programs/hello/trunk/build_en.bat
/programs/hello/trunk/build_ru.bat
/programs/hello/trunk/cmdipc.inc
/programs/hello/trunk/hello.asm
/programs/hello/trunk/macros.inc
/programs/hexhd
/programs/hexhd/trunk
/programs/hexhd/trunk/build_en.bat
/programs/hexhd/trunk/build_ru.bat
/programs/hexhd/trunk/hexhd.asm
/programs/hexhd/trunk/macros.inc
/programs/hexview
/programs/hexview/trunk
/programs/hexview/trunk/build_en.bat
/programs/hexview/trunk/build_ru.bat
/programs/hexview/trunk/hexview.asm
/programs/hexview/trunk/macros.inc
/programs/httpc
/programs/httpc/trunk
/programs/httpc/trunk/build_en.bat
/programs/httpc/trunk/build_ru.bat
/programs/httpc/trunk/httpc.asm
/programs/httpc/trunk/macros.inc
/programs/https
/programs/https/trunk
/programs/https/trunk/build_en.bat
/programs/https/trunk/build_ru.bat
/programs/https/trunk/https.asm
/programs/https/trunk/macros.inc
/programs/icon
/programs/icon/trunk
/programs/icon/trunk/build_en.bat
/programs/icon/trunk/build_ru.bat
/programs/icon/trunk/icon.asm
/programs/icon/trunk/macros.inc
/programs/iconedit
/programs/iconedit/trunk
/programs/iconedit/trunk/build_en.bat
/programs/iconedit/trunk/build_ru.bat
/programs/iconedit/trunk/iconedit.asm
/programs/iconedit/trunk/macros.inc
/programs/iconmngr
/programs/iconmngr/trunk
/programs/iconmngr/trunk/build_en.bat
/programs/iconmngr/trunk/build_ru.bat
/programs/iconmngr/trunk/iconmngr.asm
/programs/iconmngr/trunk/macros.inc
/programs/ipc
/programs/ipc/trunk
/programs/ipc/trunk/build_en.bat
/programs/ipc/trunk/build_ru.bat
/programs/ipc/trunk/ipc.asm
/programs/ipc/trunk/macros.inc
/programs/ir
/programs/ir/trunk
/programs/ir/trunk/build_en.bat
/programs/ir/trunk/build_ru.bat
/programs/ir/trunk/ir.asm
/programs/ir/trunk/macros.inc
/programs/jpegview
/programs/jpegview/trunk
/programs/jpegview/trunk/build_en.bat
/programs/jpegview/trunk/build_ru.bat
/programs/jpegview/trunk/filelib.asm
/programs/jpegview/trunk/jpegdat.asm
/programs/jpegview/trunk/jpeglib.asm
/programs/jpegview/trunk/jpegview.asm
/programs/jpegview/trunk/memlib.asm
/programs/keyascii
/programs/keyascii/trunk
/programs/keyascii/trunk/build_en.bat
/programs/keyascii/trunk/build_ru.bat
/programs/keyascii/trunk/keyascii.asm
/programs/keyascii/trunk/macros.inc
/programs/launcher
/programs/launcher/trunk
/programs/launcher/trunk/build_en.bat
/programs/launcher/trunk/build_ru.bat
/programs/launcher/trunk/launcher.asm
/programs/launcher/trunk/macros.inc
/programs/life
/programs/life/trunk
/programs/life/trunk/build_en.bat
/programs/life/trunk/build_ru.bat
/programs/life/trunk/life.asm
/programs/life/trunk/macros.inc
/programs/local
/programs/local/trunk
/programs/local/trunk/build_en.bat
/programs/local/trunk/build_ru.bat
/programs/local/trunk/local.asm
/programs/local/trunk/macros.inc
/programs/magnify
/programs/magnify/trunk
/programs/magnify/trunk/build_en.bat
/programs/magnify/trunk/build_ru.bat
/programs/magnify/trunk/macros.inc
/programs/magnify/trunk/magnify.asm
/programs/mblocks
/programs/mblocks/trunk
/programs/mblocks/trunk/build_en.bat
/programs/mblocks/trunk/build_ru.bat
/programs/mblocks/trunk/macros.inc
/programs/mblocks/trunk/mblocks.asm
/programs/md5
/programs/md5/trunk
/programs/md5/trunk/build_en.bat
/programs/md5/trunk/build_ru.bat
/programs/md5/trunk/md5.asm
/programs/menu
/programs/menu/trunk
/programs/menu/trunk/build_en.bat
/programs/menu/trunk/build_ru.bat
/programs/menu/trunk/macros.inc
/programs/menu/trunk/menu.asm
/programs/menu/trunk/readme.txt
/programs/mfar
/programs/mfar/trunk
/programs/mfar/trunk/build_en.bat
/programs/mfar/trunk/build_ru.bat
/programs/mfar/trunk/macros.inc
/programs/mfar/trunk/menuet.inc
/programs/mfar/trunk/mf-copy.inc
/programs/mfar/trunk/mf-lang.inc
/programs/mfar/trunk/mf-sort.inc
/programs/mfar/trunk/mfar.asm
/programs/mfar/trunk/mfar.inc
/programs/mfar/trunk/readme.txt
/programs/mhc
/programs/mhc/trunk
/programs/mhc/trunk/build_en.bat
/programs/mhc/trunk/build_ru.bat
/programs/mhc/trunk/macros.inc
/programs/mhc/trunk/mhc.asm
/programs/midiplay
/programs/midiplay/trunk
/programs/midiplay/trunk/build_en.bat
/programs/midiplay/trunk/build_ru.bat
/programs/midiplay/trunk/macros.inc
/programs/midiplay/trunk/midiplay.asm
/programs/mine
/programs/mine/trunk
/programs/mine/trunk/access.h--
/programs/mine/trunk/changelog.txt
/programs/mine/trunk/draw.h--
/programs/mine/trunk/mine.c--
/programs/mine/trunk/msys.h--
/programs/mine/trunk/random.h--
/programs/mine/trunk/timer.h--
/programs/mine/trunk/uf.h--
/programs/mixer
/programs/mixer/trunk
/programs/mixer/trunk/build_en.bat
/programs/mixer/trunk/build_ru.bat
/programs/mixer/trunk/macros.inc
/programs/mixer/trunk/mixer.asm
/programs/movback
/programs/movback/trunk
/programs/movback/trunk/build_en.bat
/programs/movback/trunk/build_ru.bat
/programs/movback/trunk/macros.inc
/programs/movback/trunk/movback.asm
/programs/mp3s
/programs/mp3s/trunk
/programs/mp3s/trunk/build_en.bat
/programs/mp3s/trunk/build_ru.bat
/programs/mp3s/trunk/macros.inc
/programs/mp3s/trunk/mp3s.asm
/programs/mv
/programs/mv/trunk
/programs/mv/trunk/build_en.bat
/programs/mv/trunk/build_ru.bat
/programs/mv/trunk/macros.inc
/programs/mv/trunk/mv.asm
/programs/mview
/programs/mview/trunk
/programs/mview/trunk/build_en.bat
/programs/mview/trunk/build_ru.bat
/programs/mview/trunk/macros.inc
/programs/mview/trunk/mview.asm
/programs/netsendc
/programs/netsendc/trunk
/programs/netsendc/trunk/build_en.bat
/programs/netsendc/trunk/build_ru.bat
/programs/netsendc/trunk/macros.inc
/programs/netsendc/trunk/netsendc.asm
/programs/netsends
/programs/netsends/trunk
/programs/netsends/trunk/build_en.bat
/programs/netsends/trunk/build_ru.bat
/programs/netsends/trunk/macros.inc
/programs/netsends/trunk/netsends.asm
/programs/nntpc
/programs/nntpc/trunk
/programs/nntpc/trunk/build_en.bat
/programs/nntpc/trunk/build_ru.bat
/programs/nntpc/trunk/macros.inc
/programs/nntpc/trunk/nntpc.asm
/programs/panel
/programs/panel/trunk
/programs/panel/trunk/@PANEL.ASM
/programs/panel/trunk/build_en.bat
/programs/panel/trunk/build_ru.bat
/programs/panel/trunk/macros.inc
/programs/panel/trunk/setup.asm
/programs/param
/programs/param/trunk
/programs/param/trunk/build_en.bat
/programs/param/trunk/build_ru.bat
/programs/param/trunk/cmdipc.inc
/programs/param/trunk/macros.inc
/programs/param/trunk/param.asm
/programs/pcidev
/programs/pcidev/trunk
/programs/pcidev/trunk/build_en.bat
/programs/pcidev/trunk/build_ru.bat
/programs/pcidev/trunk/pcidev.asm
/programs/pcidev/trunk/vendors.inc
/programs/phenix
/programs/phenix/trunk
/programs/phenix/trunk/ascgl.inc
/programs/phenix/trunk/ascgml.inc
/programs/phenix/trunk/ascl.inc
/programs/phenix/trunk/ascml.inc
/programs/phenix/trunk/build_en.bat
/programs/phenix/trunk/build_ru.bat
/programs/phenix/trunk/phenix.asm
/programs/phenix/trunk/phenix.gif
/programs/phenix/trunk/star2.gif
/programs/pic4
/programs/pic4/trunk
/programs/pic4/trunk/build_en.bat
/programs/pic4/trunk/build_ru.bat
/programs/pic4/trunk/macros.inc
/programs/pic4/trunk/pic4.asm
/programs/plasma
/programs/plasma/trunk
/programs/plasma/trunk/build_en.bat
/programs/plasma/trunk/build_ru.bat
/programs/plasma/trunk/graph8.inc
/programs/plasma/trunk/macros.inc
/programs/plasma/trunk/plasma.asm
/programs/pong
/programs/pong/trunk
/programs/pong/trunk/ascgl.inc
/programs/pong/trunk/ascl.inc
/programs/pong/trunk/build_en.bat
/programs/pong/trunk/build_ru.bat
/programs/pong/trunk/pong.asm
/programs/pong3
/programs/pong3/trunk
/programs/pong3/trunk/ascgl.inc
/programs/pong3/trunk/ascgml.inc
/programs/pong3/trunk/ascl.inc
/programs/pong3/trunk/build_en.bat
/programs/pong3/trunk/build_ru.bat
/programs/pong3/trunk/pong.bmp
/programs/pong3/trunk/pong3.asm
/programs/popc
/programs/popc/trunk
/programs/popc/trunk/build_en.bat
/programs/popc/trunk/build_ru.bat
/programs/popc/trunk/popc.asm
/programs/ppp
/programs/ppp/trunk
/programs/ppp/trunk/build_en.bat
/programs/ppp/trunk/build_ru.bat
/programs/ppp/trunk/chat.inc
/programs/ppp/trunk/macros.inc
/programs/ppp/trunk/ppp.asm
/programs/rb
/programs/rb/trunk
/programs/rb/trunk/@RB.ASM
/programs/rb/trunk/build_en.bat
/programs/rb/trunk/build_ru.bat
/programs/rb/trunk/macros.inc
/programs/rccc
/programs/rccc/trunk
/programs/rccc/trunk/build_en.bat
/programs/rccc/trunk/build_ru.bat
/programs/rccc/trunk/macros.inc
/programs/rccc/trunk/rccc.asm
/programs/rccs
/programs/rccs/trunk
/programs/rccs/trunk/build_en.bat
/programs/rccs/trunk/build_ru.bat
/programs/rccs/trunk/macros.inc
/programs/rccs/trunk/rccs.asm
/programs/rd2fd
/programs/rd2fd/trunk
/programs/rd2fd/trunk/build_en.bat
/programs/rd2fd/trunk/build_ru.bat
/programs/rd2fd/trunk/macros.inc
/programs/rd2fd/trunk/rd2fd.asm
/programs/rd2hd
/programs/rd2hd/trunk
/programs/rd2hd/trunk/build_en.bat
/programs/rd2hd/trunk/build_ru.bat
/programs/rd2hd/trunk/macros.inc
/programs/rd2hd/trunk/rd2hd.asm
/programs/rdfdel
/programs/rdfdel/trunk
/programs/rdfdel/trunk/build_en.bat
/programs/rdfdel/trunk/build_ru.bat
/programs/rdfdel/trunk/macros.inc
/programs/rdfdel/trunk/rdfdel.asm
/programs/remote
/programs/remote/trunk
/programs/remote/trunk/build_en.bat
/programs/remote/trunk/build_ru.bat
/programs/remote/trunk/macros.inc
/programs/remote/trunk/remote.asm
/programs/rtdata
/programs/rtdata/trunk
/programs/rtdata/trunk/build_en.bat
/programs/rtdata/trunk/build_ru.bat
/programs/rtdata/trunk/macros.inc
/programs/rtdata/trunk/rtdata.asm
/programs/rtfread
/programs/rtfread/trunk
/programs/rtfread/trunk/READER.RTF
/programs/rtfread/trunk/ascl.inc
/programs/rtfread/trunk/bgifont.inc
/programs/rtfread/trunk/build_en.bat
/programs/rtfread/trunk/build_ru.bat
/programs/rtfread/trunk/debug.inc
/programs/rtfread/trunk/macros.inc
/programs/rtfread/trunk/rtf_lite.inc
/programs/rtfread/trunk/rtfactn.inc
/programs/rtfread/trunk/rtfread.asm
/programs/rtfread/trunk/rtftype.inc
/programs/run
/programs/run/trunk
/programs/run/trunk/build_en.bat
/programs/run/trunk/build_ru.bat
/programs/run/trunk/macros.inc
/programs/run/trunk/run.asm
/programs/sb
/programs/sb/trunk
/programs/sb/trunk/build_en.bat
/programs/sb/trunk/build_ru.bat
/programs/sb/trunk/macros.inc
/programs/sb/trunk/sb.asm
/programs/scancode
/programs/scancode/trunk
/programs/scancode/trunk/build_en.bat
/programs/scancode/trunk/build_ru.bat
/programs/scancode/trunk/macros.inc
/programs/scancode/trunk/scancode.asm
/programs/scrshot
/programs/scrshot/trunk
/programs/scrshot/trunk/ascl.inc
/programs/scrshot/trunk/build_en.bat
/programs/scrshot/trunk/build_ru.bat
/programs/scrshot/trunk/macros.inc
/programs/scrshot/trunk/readme.txt
/programs/scrshot/trunk/scrshot.asm
/programs/setup
/programs/setup/trunk
/programs/setup/trunk/build_en.bat
/programs/setup/trunk/build_ru.bat
/programs/setup/trunk/macros.inc
/programs/setup/trunk/setup.asm
/programs/smtps
/programs/smtps/trunk
/programs/smtps/trunk/build_en.bat
/programs/smtps/trunk/build_ru.bat
/programs/smtps/trunk/smtps.asm
/programs/spanel
/programs/spanel/trunk
/programs/spanel/trunk/build_en.bat
/programs/spanel/trunk/build_ru.bat
/programs/spanel/trunk/macros.inc
/programs/spanel/trunk/spanel.asm
/programs/ss
/programs/ss/trunk
/programs/ss/trunk/@SS.ASM
/programs/ss/trunk/build_en.bat
/programs/ss/trunk/build_ru.bat
/programs/ss/trunk/macros.inc
/programs/stackcfg
/programs/stackcfg/trunk
/programs/stackcfg/trunk/build_en.bat
/programs/stackcfg/trunk/build_ru.bat
/programs/stackcfg/trunk/stackcfg.asm
/programs/stackinf
/programs/stackinf/trunk
/programs/stackinf/trunk/build_en.bat
/programs/stackinf/trunk/build_ru.bat
/programs/stackinf/trunk/macros.inc
/programs/stackinf/trunk/stackinf.asm
/programs/sysmeter
/programs/sysmeter/trunk
/programs/sysmeter/trunk/build_en.bat
/programs/sysmeter/trunk/build_ru.bat
/programs/sysmeter/trunk/macros.inc
/programs/sysmeter/trunk/sysmeter.asm
/programs/systrace
/programs/systrace/trunk
/programs/systrace/trunk/build_en.bat
/programs/systrace/trunk/build_ru.bat
/programs/systrace/trunk/macros.inc
/programs/systrace/trunk/systrace.asm
/programs/sysxtree
/programs/sysxtree/trunk
/programs/sysxtree/trunk/SYSTR12.GIF
/programs/sysxtree/trunk/ascgl.inc
/programs/sysxtree/trunk/ascl.inc
/programs/sysxtree/trunk/build_en.bat
/programs/sysxtree/trunk/build_ru.bat
/programs/sysxtree/trunk/macros.inc
/programs/sysxtree/trunk/sysxtree.asm
/programs/tanks
/programs/tanks/trunk
/programs/tanks/trunk/Hi_win.txt
/programs/tanks/trunk/build_en.bat
/programs/tanks/trunk/build_ru.bat
/programs/tanks/trunk/lev01.lev
/programs/tanks/trunk/leveledit.asm
/programs/tanks/trunk/pixengin.inc
/programs/tanks/trunk/tanks.asm
/programs/telnet
/programs/telnet/trunk
/programs/telnet/trunk/build_en.bat
/programs/telnet/trunk/build_ru.bat
/programs/telnet/trunk/macros.inc
/programs/telnet/trunk/telnet.asm
/programs/template
/programs/template/trunk
/programs/template/trunk/build_en.bat
/programs/template/trunk/build_ru.bat
/programs/template/trunk/macros.inc
/programs/template/trunk/template.asm
/programs/terminal
/programs/terminal/trunk
/programs/terminal/trunk/build_en.bat
/programs/terminal/trunk/build_ru.bat
/programs/terminal/trunk/macros.inc
/programs/terminal/trunk/terminal.asm
/programs/tetris
/programs/tetris/trunk
/programs/tetris/trunk/block.inc
/programs/tetris/trunk/blocks.inc
/programs/tetris/trunk/build_en.bat
/programs/tetris/trunk/build_ru.bat
/programs/tetris/trunk/key.inc
/programs/tetris/trunk/macros.inc
/programs/tetris/trunk/menu.inc
/programs/tetris/trunk/mouse.inc
/programs/tetris/trunk/random.inc
/programs/tetris/trunk/score.inc
/programs/tetris/trunk/table.inc
/programs/tetris/trunk/tetris.asm
/programs/tetris/trunk/window.inc
/programs/tftpa
/programs/tftpa/trunk
/programs/tftpa/trunk/build_en.bat
/programs/tftpa/trunk/build_ru.bat
/programs/tftpa/trunk/macros.inc
/programs/tftpa/trunk/tftpa.asm
/programs/tftpc
/programs/tftpc/trunk
/programs/tftpc/trunk/build_en.bat
/programs/tftpc/trunk/build_ru.bat
/programs/tftpc/trunk/macros.inc
/programs/tftpc/trunk/tftpc.asm
/programs/thread
/programs/thread/trunk
/programs/thread/trunk/build_en.bat
/programs/thread/trunk/build_ru.bat
/programs/thread/trunk/macros.inc
/programs/thread/trunk/thread.asm
/programs/timer
/programs/timer/trunk
/programs/timer/trunk/build_en.bat
/programs/timer/trunk/build_ru.bat
/programs/timer/trunk/macros.inc
/programs/timer/trunk/timer.asm
/programs/tinyfrac
/programs/tinyfrac/trunk
/programs/tinyfrac/trunk/build_en.bat
/programs/tinyfrac/trunk/build_ru.bat
/programs/tinyfrac/trunk/macros.inc
/programs/tinyfrac/trunk/tinyfrac.asm
/programs/tinypad
/programs/tinypad/trunk
/programs/tinypad/trunk/build_en.bat
/programs/tinypad/trunk/build_ru.bat
/programs/tinypad/trunk/helpwnd.asm
/programs/tinypad/trunk/macros.inc
/programs/tinypad/trunk/struct.inc
/programs/tinypad/trunk/tinypad.asm
/programs/tinypad2
/programs/tinypad2/trunk
/programs/tinypad2/trunk/ReadMe.txt
/programs/tinypad2/trunk/archive.txt
/programs/tinypad2/trunk/ascl.inc
/programs/tinypad2/trunk/build_en.bat
/programs/tinypad2/trunk/build_ru.bat
/programs/tinypad2/trunk/dialogs1.inc
/programs/tinypad2/trunk/macros.inc
/programs/tinypad2/trunk/scroll.inc
/programs/tinypad2/trunk/tinypad2.asm
/programs/transp
/programs/transp/trunk
/programs/transp/trunk/build_en.bat
/programs/transp/trunk/build_ru.bat
/programs/transp/trunk/macros.inc
/programs/transp/trunk/transp.asm
/programs/trantest
/programs/trantest/trunk
/programs/trantest/trunk/ascgl.inc
/programs/trantest/trunk/ascl.inc
/programs/trantest/trunk/build_en.bat
/programs/trantest/trunk/build_ru.bat
/programs/trantest/trunk/trantest.asm
/programs/tube
/programs/tube/trunk
/programs/tube/trunk/build_en.bat
/programs/tube/trunk/build_ru.bat
/programs/tube/trunk/macros.inc
/programs/tube/trunk/tube.asm
/programs/vrr
/programs/vrr/trunk
/programs/vrr/trunk/Warning.txt
/programs/vrr/trunk/build_en.bat
/programs/vrr/trunk/build_ru.bat
/programs/vrr/trunk/infoform.txt
/programs/vrr/trunk/vrr.asm
/programs/vrr/trunk/vrr_eng.txt
/programs/vrr/trunk/vrr_rus.txt
/programs/vrr_m
/programs/vrr_m/trunk
/programs/vrr_m/trunk/build_en.bat
/programs/vrr_m/trunk/build_ru.bat
/programs/vrr_m/trunk/macros.inc
/programs/vrr_m/trunk/vrr_m.asm
/programs/vscreen
/programs/vscreen/trunk
/programs/vscreen/trunk/build_en.bat
/programs/vscreen/trunk/build_ru.bat
/programs/vscreen/trunk/macros.inc
/programs/vscreen/trunk/vscreen.asm
/programs/xpaint
/programs/xpaint/trunk
/programs/xpaint/trunk/ascgl.inc
/programs/xpaint/trunk/ascgml.inc
/programs/xpaint/trunk/ascl.inc
/programs/xpaint/trunk/ascml.inc
/programs/xpaint/trunk/build_en.bat
/programs/xpaint/trunk/build_ru.bat
/programs/xpaint/trunk/macros.inc
/programs/xpaint/trunk/xpaint.asm
/programs/ym
/programs/ym/trunk
/programs/ym/trunk/build_en.bat
/programs/ym/trunk/build_ru.bat
/programs/ym/trunk/ym.asm
30 6721 d 15 h halyavin /kernel/trunk/boot/ Bug leading to crash during restart from memory fixed  
/kernel/trunk/boot/shutdown.inc
29 6729 d 18 h halyavin /kernel/ *Improved boot code
*Tag for kolibri 0.5.2.1 created
 
/kernel/tags
/kernel/tags/kolibri0.5.2.1
/kernel/trunk/boot/bootcode.inc
/kernel/trunk/boot/booteng.inc
/kernel/trunk/boot/bootru.inc
/kernel/trunk/boot/preboot.inc
28 6739 d 11 h mario79 /kernel/trunk/ Click on the application button - works only if during release of a up-button mouse the cursor is on the button application. Realization Victor Alberto Gil Hanla (vhanla).  
/kernel/trunk/gui/button.inc
/kernel/trunk/kernel.asm
27 6748 d 9 h halyavin /kernel/trunk/boot/ Remapping IRQs to standart scheme in real mode during shutdown added.  
/kernel/trunk/boot/shutdown.inc
26 6748 d 19 h halyavin /kernel/trunk/core/ Fixed bug in shed.inc: kernel crash at shutdown.  
/kernel/trunk/core/sched.inc
25 6757 d 11 h halyavin /kernel/trunk/core/ Fixed bug in dispose_app_cr3_table: we count yourself as thread now
so code must be slightly changed.
 
/kernel/trunk/core/mem.inc
24 6757 d 17 h halyavin /kernel/trunk/gui/ Fixed displaying of second font. New fonts are required.
You can download them at http://shade.msu.ru/~msu-se/temp/char.7z
 
/kernel/trunk/gui/font.inc
23 6761 d 17 h mario79 /kernel/trunk/core/ Fixed irq6 handler in sys32.inc  
/kernel/trunk/core/sys32.inc
22 6763 d 8 h poddubny /kernel/trunk/ fixed a bug in sched.inc (speaker)

fixed exception handlers - shows correct EIP of a terminated process

some corrections to memmap.inc
 
/kernel/trunk/core/sched.inc
/kernel/trunk/core/sys32.inc
/kernel/trunk/memmap.inc
21 6766 d 10 h poddubny /kernel/trunk/ * boot cleanups (kernel.asm)
* faster & cleaner checkpixel (kernel.asm)
* a little bugfix in newproce.inc (".failed" -> ".cleanfailed")
* Halyavin's bugfix in mem.inc
* sheduler doesn't active proesses waiting for an event (func 10) (event.inc, sched.inc)
* faster event check (event.inc)
 
/kernel/trunk/core/mem.inc
/kernel/trunk/core/newproce.inc
/kernel/trunk/core/sched.inc
/kernel/trunk/gui/event.inc
/kernel/trunk/kernel.asm
20 6766 d 15 h mario79 /kernel/trunk/core/ corrected handler irq6 in sys32.inc  
/kernel/trunk/core/sys32.inc
19 6767 d 6 h mario79 /kernel/trunk/ modified kernel/trunk/blkdev/fdc.inc
modified kernel/trunk/blkdev/flp_drv.inc
modified kernel/trunk/blkdev/rd.inc
modified kernel/trunk/kernel.asm
 
/kernel/trunk/blkdev/fdc.inc
/kernel/trunk/blkdev/flp_drv.inc
/kernel/trunk/blkdev/rd.inc
/kernel/trunk/kernel.asm
18 6774 d 12 h me_root /kernel/trunk/ 1. File 'makefile' updated. For use type 'make ru' or 'make en'.
2. Fixed bug in sys (17 rev. too). function 68,2,0
 
/kernel/trunk/makefile
17 6775 d 7 h me_root /kernel/trunk/ 1. Added file 'makefile' for unix systems.  
/kernel/trunk/makefile
/kernel/trunk/kernel.asm
16 6776 d 10 h poddubny /kernel/trunk/core/ * fixed show_error_parameters in sys32.inc
uses the stack instead of TSS
 
/kernel/trunk/core/sys32.inc
15 6776 d 10 h poddubny /kernel/trunk/ * A bug with floppy IRQ has been finally fixed (EOI added)
* optimised i40 handler
 
/kernel/trunk/core/sys32.inc
/kernel/trunk/core/syscall.inc
/kernel/trunk/kernel.asm
14 6777 d 14 h poddubny /kernel/trunk/ * A bug with esp0 of processes has been fixed.
* Some minor corrections for memmap.inc and others
 
/kernel/trunk/core/newproce.inc
/kernel/trunk/core/sched.inc
/kernel/trunk/kernel.asm
/kernel/trunk/memmap.inc
13 6779 d 10 h poddubny /kernel/trunk/ * Fixed a stack problem - OS task used stack at 0x30000
now it uses sysint_stack_data+4096*2 - slot 1 stack;

* Some fixes for memmap.inc
 
/kernel/trunk/kernel.asm
/kernel/trunk/memmap.inc
12 6779 d 15 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.
 
/kernel/trunk/boot/bootcode.inc
/kernel/trunk/gui/font.inc
/kernel/trunk/kernel.asm
/kernel/trunk/memmap.inc