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 4599 d 10 h Serge /kernel/branches/Kolibri-acpi/ acpi: bugfixes  
2220 4599 d 18 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 4600 d 8 h Serge /kernel/branches/Kolibri-acpi/ acpi: define IRQ_PIC, IRQ_APIC  
2217 4601 d 1 h Serge /kernel/branches/Kolibri-acpi/ map_io_mem: set proper region size  
2212 4602 d 4 h Serge /kernel/branches/ acpi: read ioapic & local apic bases  
2209 4603 d 1 h Serge /kernel/branches/Kolibri-acpi/ acpi: merge trank  
2166 4611 d 11 h serge /kernel/branches/Kolibri-acpi/core/ rename IRQ_EOI(irq) -> __fastcall irq_eoi(irq)  
2156 4616 d 13 h serge /kernel/branches/Kolibri-acpi/ kernel_heap: hash table for memory descriptors  
2151 4617 d 6 h serge /kernel/branches/Kolibri-acpi/ kernel heap: new allocator for block descriptors  
2150 4617 d 13 h serge /kernel/branches/Kolibri-acpi/ merge trunk 2149  
2143 4619 d 15 h serge /kernel/branches/Kolibri-acpi/ acpi:rework mutexes  
2142 4620 d 6 h serge /kernel/branches/Kolibri-acpi/ merge trunk  
2141 4620 d 15 h serge /kernel/branches/Kolibri-acpi/ Kernel: initialize keyboard before mouse  
2138 4622 d 1 h serge /kernel/branches/Kolibri-acpi/ kernel heap: minor improvements  
2130 4625 d 11 h serge /kernel/branches/Kolibri-acpi/ merge trunk  
2106 4629 d 10 h serge /kernel/branches/Kolibri-acpi/ move irq functions into separate file  
2050 4636 d 11 h serge /kernel/branches/Kolibri-acpi/ new irq handling  
2049 4637 d 2 h serge /kernel/branches/Kolibri-acpi/ IRQH code  
2047 4638 d 13 h art_zh /kernel/branches/Kolibri-A/trunk/ direct detection of available memory  
2015 4659 d 15 h serge /kernel/branches/Kolibri-acpi/ fix pci irq's  
2014 4660 d 7 h art_zh /kernel/branches/Kolibri-A/trunk/ getting smaller and closer to real hardware...  
2010 4661 d 4 h serge /kernel/branches/Kolibri-acpi/ merge trunk  
1962 4697 d 5 h clevermouse /kernel/ merge kolibri-cfg into trunk  
1952 4701 d 4 h art_zh /kernel/branches/Kolibri-A/trunk/ stable corebootable version  
1950 4705 d 3 h clevermouse /kernel/branches/kolibri-cfg/bootloader/fat32/ kolibri-cfg: fixes in fat32 bootloader  
1942 4714 d 12 h clevermouse /kernel/branches/kolibri-cfg/ kernel branch with configurable boot  
1941 4714 d 12 h art_zh /kernel/ kernel constants compression/relocation  
1940 4716 d 15 h art_zh /kernel/branches/Kolibri-A/trunk/ bootloader optimization  
1930 4731 d 9 h art_zh /kernel/branches/Kolibri-A/trunk/ just a minor optimisation  
1929 4731 d 23 h art_zh /kernel/branches/Kolibri-A/trunk/ gfx-revertion bugs liced  
1928 4734 d 9 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 4801 d 10 h art_zh /kernel/branches/Kolibri-A/trunk/ Kolibri-A: new graph engine = BUGGY VERSION! =  
1893 4805 d 3 h hidnplayr /kernel/branches/net/drivers/ Updated R6040 driver for net branch:
Fixed typo, cleaned up, disabled excessive debug output.
 
1889 4808 d 6 h hidnplayr /kernel/branches/net/drivers/ Updated r6040 driver for net branch  
1886 4809 d 5 h hidnplayr /kernel/branches/net/ R6040 driver for net branch  
1885 4809 d 8 h hidnplayr /kernel/branches/net/network/ Added some stub functions to net_branch  
1859 4824 d 7 h art_zh /kernel/branches/Kolibri-A/trunk/ new "tiled" graph engine (* buggy version *)  
1857 4825 d 3 h hidnplayr /kernel/branches/net/ i586 compatability macros (CMOVcc substitutes) for NET branch  
1838 4830 d 1 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 4830 d 8 h hidnplayr /kernel/branches/net/applications/tcpserv/ Net Branch:
TCPserv: very simple TCP server used to develop and debug TCP code.