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
2229 4627 d 11 h Serge /kernel/branches/Kolibri-acpi/ acpi: bugfixes  
2220 4627 d 20 h hidnplayr /kernel/branches/net/ NET branch:
- cleanup in stack.inc + re-organisation of device pointers
- i8255x driver stub
- fix in sis900 driver (still untested)
 
2219 4628 d 10 h Serge /kernel/branches/Kolibri-acpi/ acpi: define IRQ_PIC, IRQ_APIC  
2217 4629 d 3 h Serge /kernel/branches/Kolibri-acpi/ map_io_mem: set proper region size  
2212 4630 d 5 h Serge /kernel/branches/ acpi: read ioapic & local apic bases  
2209 4631 d 3 h Serge /kernel/branches/Kolibri-acpi/ acpi: merge trank  
2166 4639 d 13 h serge /kernel/branches/Kolibri-acpi/core/ rename IRQ_EOI(irq) -> __fastcall irq_eoi(irq)  
2156 4644 d 14 h serge /kernel/branches/Kolibri-acpi/ kernel_heap: hash table for memory descriptors  
2151 4645 d 8 h serge /kernel/branches/Kolibri-acpi/ kernel heap: new allocator for block descriptors  
2150 4645 d 15 h serge /kernel/branches/Kolibri-acpi/ merge trunk 2149  
2143 4647 d 17 h serge /kernel/branches/Kolibri-acpi/ acpi:rework mutexes  
2142 4648 d 7 h serge /kernel/branches/Kolibri-acpi/ merge trunk  
2141 4648 d 17 h serge /kernel/branches/Kolibri-acpi/ Kernel: initialize keyboard before mouse  
2138 4650 d 3 h serge /kernel/branches/Kolibri-acpi/ kernel heap: minor improvements  
2130 4653 d 12 h serge /kernel/branches/Kolibri-acpi/ merge trunk  
2106 4657 d 11 h serge /kernel/branches/Kolibri-acpi/ move irq functions into separate file  
2050 4664 d 12 h serge /kernel/branches/Kolibri-acpi/ new irq handling  
2049 4665 d 3 h serge /kernel/branches/Kolibri-acpi/ IRQH code  
2047 4666 d 15 h art_zh /kernel/branches/Kolibri-A/trunk/ direct detection of available memory  
2015 4687 d 16 h serge /kernel/branches/Kolibri-acpi/ fix pci irq's  
2014 4688 d 8 h art_zh /kernel/branches/Kolibri-A/trunk/ getting smaller and closer to real hardware...  
2010 4689 d 6 h serge /kernel/branches/Kolibri-acpi/ merge trunk  
1962 4725 d 7 h clevermouse /kernel/ merge kolibri-cfg into trunk  
1952 4729 d 6 h art_zh /kernel/branches/Kolibri-A/trunk/ stable corebootable version  
1950 4733 d 5 h clevermouse /kernel/branches/kolibri-cfg/bootloader/fat32/ kolibri-cfg: fixes in fat32 bootloader  
1942 4742 d 13 h clevermouse /kernel/branches/kolibri-cfg/ kernel branch with configurable boot  
1941 4742 d 14 h art_zh /kernel/ kernel constants compression/relocation  
1940 4744 d 16 h art_zh /kernel/branches/Kolibri-A/trunk/ bootloader optimization  
1930 4759 d 11 h art_zh /kernel/branches/Kolibri-A/trunk/ just a minor optimisation  
1929 4760 d 0 h art_zh /kernel/branches/Kolibri-A/trunk/ gfx-revertion bugs liced  
1928 4762 d 11 h art_zh /kernel/branches/Kolibri-A/trunk/ 1) gfx reverted to stable version 1710
2) Phenom and Fusion CPUs supported
3) RDMSR syscall added
 
1899 4829 d 12 h art_zh /kernel/branches/Kolibri-A/trunk/ Kolibri-A: new graph engine = BUGGY VERSION! =  
1893 4833 d 4 h hidnplayr /kernel/branches/net/drivers/ Updated R6040 driver for net branch:
Fixed typo, cleaned up, disabled excessive debug output.
 
1889 4836 d 8 h hidnplayr /kernel/branches/net/drivers/ Updated r6040 driver for net branch  
1886 4837 d 7 h hidnplayr /kernel/branches/net/ R6040 driver for net branch  
1885 4837 d 10 h hidnplayr /kernel/branches/net/network/ Added some stub functions to net_branch  
1859 4852 d 9 h art_zh /kernel/branches/Kolibri-A/trunk/ new "tiled" graph engine (* buggy version *)  
1857 4853 d 5 h hidnplayr /kernel/branches/net/ i586 compatability macros (CMOVcc substitutes) for NET branch  
1838 4858 d 2 h hidnplayr /kernel/branches/net/network/ Net branch:
-Updates in TCP code: accepting connections now works.
(TCPserv is able to send 'hello world!' to telnet client)
 
1836 4858 d 9 h hidnplayr /kernel/branches/net/applications/tcpserv/ Net Branch:
TCPserv: very simple TCP server used to develop and debug TCP code.