Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1376 5224 d 8 h clevermouse /kernel/branches/net/ sync with trunk  
1298 5270 d 22 h diamond /kernel/trunk/core/ fix misprint in rev. 1220  
1276 5280 d 17 h Lrz /kernel/trunk/ I'm not sure what all my change is right.
Some optimization.
 
1220 5312 d 0 h serge /kernel/trunk/ menuet02 tls  
1055 5517 d 1 h Galkov /kernel/trunk/ refractoring of EVENT, and so on  
907 5660 d 19 h mikedld /kernel/trunk/ Network stack: dynamic sockets list, other small fixes  
802 5809 d 8 h serge /kernel/trunk/ from Nable: Sound Blaster driver  
794 5858 d 1 h serge /kernel/trunk/core/ optimizing switching of the FPU context  
750 5920 d 13 h victor /kernel/trunk/ Placed copyright and properties "svn: keywords Rev"  
709 5935 d 4 h diamond /kernel/trunk/ * V86 manager
* support of drives visible by BIOS through V86 mode
* shutdown fixes
* background redraw fixes
* when booting from CD/DVD, load all floppy by tracks, not only used sectors
 
634 6072 d 3 h diamond /kernel/trunk/core/ bugfix for debug subsystem  
593 6127 d 6 h mikedld /kernel/trunk/ Revision numbering fix  
557 6157 d 20 h serge /kernel/trunk/ uhci device  
531 6180 d 11 h diamond /kernel/trunk/ Sysfunction 23v does not require task switch when waiting  
523 6190 d 10 h diamond /kernel/trunk/ * Correct value of selector gs
* Support for kpack'ed skin files
* Default setting for DMA access is now "disabled"
* Fixed kernel fault when network packet sending
 
465 6227 d 13 h serge /kernel/trunk/ merge flat kernel  
434 6248 d 5 h diamond /kernel/trunk/ Normal stack handling for sysenter/syscall; trap gate for int 0x40  
431 6250 d 8 h serge /kernel/trunk/ copyrights  
425 6254 d 21 h victor /kernel/trunk/ added computing of current #revision for kernel *.inc and *.asm files  
381 6274 d 23 h serge /kernel/trunk/ replace all vars whith symbolic constants  
379 6276 d 11 h serge /kernel/trunk/ 1)fixed wrong exported LFB address
2)replace 0x3000 0x3004 0x3010 0x3020 whith symbolic constants
 
187 6407 d 11 h diamond /kernel/trunk/ Corrections in DMA code from Mario79  
115 6482 d 9 h poddubny /kernel/trunk/ Introduced APPDATA, TASKDATA, WNDDATA, RECT, BOX structures.  
102 6496 d 5 h poddubny /kernel/trunk/ 1. a little fix for scheduler + correct comments
2. refactored window activation/ process termination/ getting active process
3. deleted dead code in checkwindows
4. eliminated almost all accesses to 0x3020+...+0xe, changed to direct process number
5. cli/sti in vesa12 and vga drivers and in calculatescreen
6. skipping dead windows in some funcs in window.inc
 
101 6499 d 2 h poddubny /kernel/trunk/core/ Updated scheduler - now change_task and irq0 handler don't intersect so ugly. The code became more straightforward. By the way, it is also faster.  
100 6505 d 9 h halyavin /kernel/trunk/core/ Fixed bug with sending EOI in change_task procedure (it shouldn't send it).  
66 6600 d 5 h diamond /kernel/trunk/ Debug subsystem: added DRx registers support  
40 6675 d 7 h halyavin /kernel/trunk/ *Reduced size of boot code. (diamond)
*Debug API added. (diamond)
 
26 6736 d 12 h halyavin /kernel/trunk/core/ Fixed bug in shed.inc: kernel crash at shutdown.  
22 6751 d 2 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
 
21 6754 d 4 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)
 
14 6765 d 7 h poddubny /kernel/trunk/ * A bug with esp0 of processes has been fixed.
* Some minor corrections for memmap.inc and others
 
11 6768 d 3 h poddubny /kernel/trunk/core/ Bugfixes
1) Bug in task switching (0xffff = 1 without task switch)
2) Bug with IRQ6 (floppy) - "call fdc_irq" was deleted earlier
 
10 6775 d 4 h poddubny /kernel/trunk/ Small fixes for sched.inc & sys32.inc
Less code, same work.

Updated memmap.inc
 
9 6775 d 4 h halyavin /kernel/trunk/core/ Small optimizations in shed.
Fixed memory leak when not enough memory for starting application.
Deleted old code writing to TSS of system call handler.
 
8 6776 d 6 h poddubny /kernel/trunk/ No task gates in the IDT.
No TSSs for interrupt handlers.
More free memory.
Faster task switch and interrupt handling.
Smaller sys32.inc.
 
6 6779 d 2 h poddubny /kernel/trunk/ All exceptions use Interrupt Gate
Better FPU exception handler
Code cleanups
Correct save_registers for i40 handler (syscall trace)
Updated memmap.inc
 
4 6780 d 8 h poddubny /kernel/trunk/ Code cleanups.
Two GDT descriptors for all applications.
Unnecessary interrupt masking from commouse.inc has beed deleted.
 
3 6782 d 3 h halyavin /kernel/trunk/ More correct build_ru.bat and build_en.bat
Now kernel uses interrupt gates for i40 handler instead of task gates.
So i40 handler TSS can be removed.
 
2 6785 d 15 h msu-se / moving to kernel directory