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
928 5643 d 22 h serge /kernel/branches/kolibri_pe/ move kernel vars into .bss  
/kernel/branches/kolibri_pe/core/init.asm
/kernel/branches/kolibri_pe/core/mbi.c
/kernel/branches/kolibri_pe/core/syscall.asm
/kernel/branches/kolibri_pe/core/thread.c
/kernel/branches/kolibri_pe/core/init.c
/kernel/branches/kolibri_pe/core/peload.inc
/kernel/branches/kolibri_pe/init.inc
/kernel/branches/kolibri_pe/blkdev/hd_drv.inc
/kernel/branches/kolibri_pe/boot/boot.asm
/kernel/branches/kolibri_pe/boot/start.asm
/kernel/branches/kolibri_pe/bus/pci/pci32.inc
/kernel/branches/kolibri_pe/const.inc
/kernel/branches/kolibri_pe/core/debug.inc
/kernel/branches/kolibri_pe/core/dll.c
/kernel/branches/kolibri_pe/core/dll.inc
/kernel/branches/kolibri_pe/core/exports.inc
/kernel/branches/kolibri_pe/core/fpu.inc
/kernel/branches/kolibri_pe/core/heap.c
/kernel/branches/kolibri_pe/core/memory.inc
/kernel/branches/kolibri_pe/core/sched.inc
/kernel/branches/kolibri_pe/core/sys32.inc
/kernel/branches/kolibri_pe/core/syscall.inc
/kernel/branches/kolibri_pe/core/taskman.inc
/kernel/branches/kolibri_pe/core/v86.inc
/kernel/branches/kolibri_pe/data32.inc
/kernel/branches/kolibri_pe/drivers/ati2d.asm
/kernel/branches/kolibri_pe/drivers/imports.inc
/kernel/branches/kolibri_pe/gui/button.inc
/kernel/branches/kolibri_pe/gui/event.inc
/kernel/branches/kolibri_pe/gui/skincode.inc
/kernel/branches/kolibri_pe/gui/window.inc
/kernel/branches/kolibri_pe/hid/keyboard.inc
/kernel/branches/kolibri_pe/hid/mousedrv.inc
/kernel/branches/kolibri_pe/include/core.h
/kernel/branches/kolibri_pe/kernel.asm
/kernel/branches/kolibri_pe/ld.x
/kernel/branches/kolibri_pe/makefile
/kernel/branches/kolibri_pe/video/cursors.inc
/kernel/branches/kolibri_pe/video/vesa12.inc
/kernel/branches/kolibri_pe/video/vesa20.inc
/kernel/branches/kolibri_pe/video/vga.inc
864 5711 d 19 h serge /kernel/branches/kolibri_pe/ replace old alloc_kernel_space and kernel_alloc with mem_alloc  
/kernel/branches/kolibri_pe/boot/boot.asm
/kernel/branches/kolibri_pe/core/dll.inc
/kernel/branches/kolibri_pe/core/exports.inc
/kernel/branches/kolibri_pe/core/heap.c
/kernel/branches/kolibri_pe/core/heap.inc
/kernel/branches/kolibri_pe/core/malloc.inc
/kernel/branches/kolibri_pe/core/memory.inc
/kernel/branches/kolibri_pe/core/mm.c
/kernel/branches/kolibri_pe/core/peload.inc
/kernel/branches/kolibri_pe/core/taskman.inc
/kernel/branches/kolibri_pe/core/v86.inc
/kernel/branches/kolibri_pe/detect/getcache.inc
/kernel/branches/kolibri_pe/drivers/imports.inc
/kernel/branches/kolibri_pe/drivers/infinity.asm
/kernel/branches/kolibri_pe/drivers/sis.asm
/kernel/branches/kolibri_pe/drivers/sound.asm
/kernel/branches/kolibri_pe/fs/ntfs.inc
/kernel/branches/kolibri_pe/fs/parse_fn.inc
/kernel/branches/kolibri_pe/gui/event.inc
/kernel/branches/kolibri_pe/include/mm.h
/kernel/branches/kolibri_pe/kernel.asm
/kernel/branches/kolibri_pe/makefile
/kernel/branches/kolibri_pe/video/cursors.inc
863 5713 d 19 h serge /kernel/branches/kolibri_pe/ reboot & power off  
/kernel/branches/kolibri_pe/boot/boot.asm
/kernel/branches/kolibri_pe/kernel.asm
859 5716 d 22 h serge /kernel/branches/kolibri_pe/ 1) slab allocator
2) new kernel heap
 
/kernel/branches/kolibri_pe/core/heap.c
/kernel/branches/kolibri_pe/core/slab.c
/kernel/branches/kolibri_pe/core/test.c
/kernel/branches/kolibri_pe/include/slab.h
/kernel/branches/kolibri_pe
/kernel/branches/kolibri_pe/bin
/kernel/branches/kolibri_pe/bin/boot
/kernel/branches/kolibri_pe/blkdev
/kernel/branches/kolibri_pe/boot
/kernel/branches/kolibri_pe/boot/start.asm
/kernel/branches/kolibri_pe/bootloader
/kernel/branches/kolibri_pe/bus
/kernel/branches/kolibri_pe/bus/pci
/kernel/branches/kolibri_pe/const.inc
/kernel/branches/kolibri_pe/core
/kernel/branches/kolibri_pe/core/heap.inc
/kernel/branches/kolibri_pe/core/memory.inc
/kernel/branches/kolibri_pe/core/mm.c
/kernel/branches/kolibri_pe/core/sched.inc
/kernel/branches/kolibri_pe/core/sys32.inc
/kernel/branches/kolibri_pe/core/taskman.inc
/kernel/branches/kolibri_pe/detect
/kernel/branches/kolibri_pe/detect/getcache.inc
/kernel/branches/kolibri_pe/docs
/kernel/branches/kolibri_pe/drivers
/kernel/branches/kolibri_pe/drivers/sb16
/kernel/branches/kolibri_pe/drivers/usb
/kernel/branches/kolibri_pe/fs
/kernel/branches/kolibri_pe/gui
/kernel/branches/kolibri_pe/hid
/kernel/branches/kolibri_pe/include
/kernel/branches/kolibri_pe/include/core.h
/kernel/branches/kolibri_pe/include/link.h
/kernel/branches/kolibri_pe/include/mm.h
/kernel/branches/kolibri_pe/kernel.asm
/kernel/branches/kolibri_pe/makefile
/kernel/branches/kolibri_pe/network
/kernel/branches/kolibri_pe/network/eth_drv
/kernel/branches/kolibri_pe/network/eth_drv/drivers
/kernel/branches/kolibri_pe/skin
/kernel/branches/kolibri_pe/sound
/kernel/branches/kolibri_pe/video
855 5737 d 16 h serge /kernel/branches/kolibri_pe/ compact static kernel memory  
/kernel/branches/kolibri_pe/boot/boot.asm
/kernel/branches/kolibri_pe/bus/pci/pci32.inc
/kernel/branches/kolibri_pe/const.inc
/kernel/branches/kolibri_pe/core/v86.inc
/kernel/branches/kolibri_pe/drivers/infinity.asm
/kernel/branches/kolibri_pe/drivers/sb16/CONFIG.INC
/kernel/branches/kolibri_pe/fs/parse_fn.inc
/kernel/branches/kolibri_pe/kernel.asm
/kernel/branches/kolibri_pe/ld.x
854 5744 d 16 h serge /kernel/branches/kolibri_pe/ mixed compilation  
/kernel/branches/kolibri_pe/boot/start.asm
/kernel/branches/kolibri_pe/core/init.c
/kernel/branches/kolibri_pe/core/mm.c
/kernel/branches/kolibri_pe/core/multiboot.h
/kernel/branches/kolibri_pe/core/spinlock.c
/kernel/branches/kolibri_pe/include
/kernel/branches/kolibri_pe/include/atomic.h
/kernel/branches/kolibri_pe/include/core.h
/kernel/branches/kolibri_pe/include/link.h
/kernel/branches/kolibri_pe/include/mm.h
/kernel/branches/kolibri_pe/include/spinlock.h
/kernel/branches/kolibri_pe/include/types.h
/kernel/branches/kolibri_pe/boot/boot
/kernel/branches/kolibri_pe/boot/init.asm
/kernel/branches/kolibri_pe/core/init.asm
/kernel/branches/kolibri_pe/core/mm.asm
/kernel/branches/kolibri_pe/boot/boot.asm
/kernel/branches/kolibri_pe/const.inc
/kernel/branches/kolibri_pe/core/export.inc
/kernel/branches/kolibri_pe/core/exports.inc
/kernel/branches/kolibri_pe/core/heap.inc
/kernel/branches/kolibri_pe/core/memory.inc
/kernel/branches/kolibri_pe/core/sys32.inc
/kernel/branches/kolibri_pe/core/taskman.inc
/kernel/branches/kolibri_pe/data32.inc
/kernel/branches/kolibri_pe/kernel.asm
/kernel/branches/kolibri_pe/ld.x
/kernel/branches/kolibri_pe/makefile
/kernel/branches/kolibri_pe/network/eth_drv/drivers/sis900.inc
851 5748 d 5 h serge /kernel/branches/kolibri_pe/ splitting kernel into sections  
/kernel/branches/kolibri_pe/bin
/kernel/branches/kolibri_pe/bin/boot
/kernel/branches/kolibri_pe/boot/boot
/kernel/branches/kolibri_pe/boot/boot.asm
/kernel/branches/kolibri_pe/boot/init.asm
/kernel/branches/kolibri_pe/boot/bootcode.inc
/kernel/branches/kolibri_pe/const.inc
/kernel/branches/kolibri_pe/data16.inc
/kernel/branches/kolibri_pe/data32.inc
/kernel/branches/kolibri_pe/fs/parse_fn.inc
/kernel/branches/kolibri_pe/kernel.asm
/kernel/branches/kolibri_pe/ld.x
/kernel/branches/kolibri_pe/makefile
848 5749 d 21 h serge /kernel/branches/kolibri_pe/ GRUB Now!!!  
/kernel/branches/kolibri_pe/blkdev/rd.inc
/kernel/branches/kolibri_pe/boot/bootcode.inc
/kernel/branches/kolibri_pe/boot/bootru.inc
/kernel/branches/kolibri_pe/boot/preboot.inc
/kernel/branches/kolibri_pe/const.inc
/kernel/branches/kolibri_pe/core/memory.inc
/kernel/branches/kolibri_pe/core/taskman.inc
/kernel/branches/kolibri_pe/core/v86.inc
/kernel/branches/kolibri_pe/data16.inc
/kernel/branches/kolibri_pe/data32.inc
/kernel/branches/kolibri_pe/detect/dev_hdcd.inc
/kernel/branches/kolibri_pe/detect/disks.inc
/kernel/branches/kolibri_pe/detect/sear_par.inc
/kernel/branches/kolibri_pe/fs/fat32.inc
/kernel/branches/kolibri_pe/fs/parse_fn.inc
/kernel/branches/kolibri_pe/kernel.asm
838 5760 d 20 h serge /kernel/branches/kolibri_pe/ check for PSE and BIOS SMAP  
/kernel/branches/kolibri_pe/boot/bootcode.inc
/kernel/branches/kolibri_pe/boot/booteng.inc
/kernel/branches/kolibri_pe/boot/bootru.inc
/kernel/branches/kolibri_pe/init.inc
837 5761 d 4 h serge /kernel/branches/kolibri_pe/ use e820 smap  
/kernel/branches/kolibri_pe
/kernel/branches/kolibri_pe/boot/bootcode.inc
/kernel/branches/kolibri_pe/boot/preboot.inc
/kernel/branches/kolibri_pe/const.inc
/kernel/branches/kolibri_pe/core/heap.inc
/kernel/branches/kolibri_pe/core/memory.inc
/kernel/branches/kolibri_pe/core/peload.inc
/kernel/branches/kolibri_pe/core/taskman.inc
/kernel/branches/kolibri_pe/init.inc
/kernel/branches/kolibri_pe/kernel.asm
834 5764 d 18 h diamond /kernel/trunk/boot/ bugfix in bootscreen scrollbar handling (bug #3)  
/kernel/trunk/boot/bootvesa.inc
816 5785 d 5 h Lrz /kernel/trunk/boot/ set cursor for out blue screen  
/kernel/trunk/boot/bootcode.inc
795 5851 d 16 h shurf /kernel/trunk/boot/ Now correctly loads FAT12 from floppies of any volume into ramdisk, rather than only from 1.44 MB  
/kernel/trunk/boot/bootcode.inc
774 5892 d 18 h Rus / Reorganization interrupts handlers part 2.
(I hope, I didn't something stupid.)
Fixed bug in get_pid function.
Added copyright in com mouse driver.
Fixed incorrect comment inscription in boot\ru.inc .
 
/drivers/mouse/ps2mouse4d/trunk/ps2mouse.asm
/drivers/sisnbook/sis.asm
/kernel/trunk/boot/ru.inc
/kernel/trunk/core/dll.inc
/kernel/trunk/core/exports.inc
/kernel/trunk/core/sys32.inc
/kernel/trunk/core/taskman.inc
/kernel/trunk/drivers/com_mouse.asm
/kernel/trunk/drivers/ensoniq.asm
/kernel/trunk/drivers/ps2mouse.asm
/kernel/trunk/drivers/sis.asm
/kernel/trunk/drivers/sound.asm
/kernel/trunk/drivers/uart.asm
/kernel/trunk/kernel.asm
767 5908 d 22 h diamond /kernel/trunk/ Restored text "All set - press ESC to start" because it is useful for debugging (when one needs to view log)  
/kernel/trunk/boot/preboot.inc
/kernel/trunk/data32.inc
/kernel/trunk/kernel.asm
764 5910 d 4 h Rus /kernel/trunk/ Deleted unnecessary text "All set - press ESC to start" and accompanying code. I hope it's really unnecessary.)  
/kernel/trunk/boot/preboot.inc
/kernel/trunk/data32.inc
/kernel/trunk/kernel.asm
751 5921 d 2 h Lrz /kernel/trunk/boot/ some enhancement in blue screen  
/kernel/trunk/boot/bootru.inc
750 5921 d 4 h victor /kernel/trunk/ Placed copyright and properties "svn: keywords Rev"  
/kernel/trunk/blkdev/ide_cache.inc
/kernel/trunk/boot/booteng.inc
/kernel/trunk/boot/bootet.inc
/kernel/trunk/boot/bootge.inc
/kernel/trunk/boot/bootru.inc
/kernel/trunk/boot/bootstr.inc
/kernel/trunk/boot/bootvesa.inc
/kernel/trunk/boot/et.inc
/kernel/trunk/boot/ru.inc
/kernel/trunk/bus/pci/pci32.inc
/kernel/trunk/const.inc
/kernel/trunk/core/conf_lib.inc
/kernel/trunk/core/debug.inc
/kernel/trunk/core/dll.inc
/kernel/trunk/core/export.inc
/kernel/trunk/core/exports.inc
/kernel/trunk/core/ext_lib.inc
/kernel/trunk/core/fpu.inc
/kernel/trunk/core/heap.inc
/kernel/trunk/core/malloc.inc
/kernel/trunk/core/memory.inc
/kernel/trunk/core/peload.inc
/kernel/trunk/core/sched.inc
/kernel/trunk/core/string.inc
/kernel/trunk/core/sync.inc
/kernel/trunk/core/sys32.inc
/kernel/trunk/core/syscall.inc
/kernel/trunk/core/taskman.inc
/kernel/trunk/core/v86.inc
/kernel/trunk/data16.inc
/kernel/trunk/data32.inc
/kernel/trunk/detect/biosdisk.inc
/kernel/trunk/detect/disks.inc
/kernel/trunk/detect/getcache.inc
/kernel/trunk/fdo.inc
/kernel/trunk/fs/parse_fn.inc
/kernel/trunk/imports.inc
/kernel/trunk/init.inc
/kernel/trunk/kernel.asm
/kernel/trunk/kernel32.inc
/kernel/trunk/kglobals.inc
/kernel/trunk/macros.inc
/kernel/trunk/memmap.inc
/kernel/trunk/proc32.inc
/kernel/trunk/unpacker.inc
/kernel/trunk/vmodeint.inc
/kernel/trunk/vmodeld.inc
749 5921 d 5 h Lrz /kernel/trunk/ fixed bug in blue screen and add hardware cursor for ATI mobility 7500 card test on IBM Think Pad R51  
/kernel/trunk/boot/bootcode.inc
/kernel/trunk/boot/bootvesa.inc
/kernel/trunk/boot/preboot.inc
/kernel/trunk/drivers/ati2d.asm
748 5921 d 5 h heavyiron / *Remove unneeded ps2mouse.inc and m_ps2.inc

*Remove 18.1 and 18.9.1 functions (sinse 465 revision they doesn't work), so CPU now use END application for reboot
NOTE: file ROSE.TXT don't used in kernel now and can be deleted from image

*New END application form Leency & Veliant
 
/programs/system/end/trunk/back.raw
/programs/system/end/trunk/build.bat
/kernel/trunk/detect/ps2mouse.inc
/kernel/trunk/hid/m_ps2.inc
/programs/system/end/trunk/build_en.bat
/programs/system/end/trunk/build_et.bat
/programs/system/end/trunk/build_ge.bat
/programs/system/end/trunk/build_ru.bat
/kernel/trunk/boot/shutdown.inc
/kernel/trunk/docs/sysfuncr.txt
/kernel/trunk/docs/sysfuncs.txt
/kernel/trunk/kernel.asm
/programs/system/cpu/trunk/cpu.asm
/programs/system/end/trunk/end.asm

Show All