]> Zhao Yanbai Git Server - kernel.git/shortlog
kernel.git
2021-11-03 AceVestclean ide code
2021-11-03 AceVestremove ide_init_intr
2021-11-03 AceVestremove ide identify
2021-11-03 AceVestadd request to hard disk
2021-11-03 AceVestadd %u for vsprintf
2021-11-03 AceVestsupport read partition on my laptop
2021-11-03 AceVestadd read disk partition code
2021-11-03 AceVestadd test read hard disk partition code
2021-11-03 AceVestread partition table
2021-11-03 AceVestadd pci info
2021-11-03 AceVestsupport dma on bochs
2021-11-03 AceVestsupport ide dma on my laptop. but not on qemu
2021-11-03 AceVestdelete the pci and setup dir
2021-11-03 AceVestmonitor print line
2021-11-03 AceVestsupport multi screen
2021-11-03 AceVesttest account
2021-11-03 acevestre use the right code
2021-11-03 acevestdebug the crash bug in printk printd
2021-11-03 acevestadd debug wait queue code
2021-11-03 acevestadd printd
2021-11-03 acevestfix bug in semaphore
2021-11-03 acevestadd semaphore
2021-11-03 acevestmove use syscall code to libc
2014-06-05 AceVestrewrite vga
2014-06-04 AceVestadd lock into memory system
2014-06-03 AceVestsched
2014-06-01 AceVestremove dma
2014-05-31 AceVestcan receive irq after each cmd write to ide
2014-05-28 AceVeston the way to pci ide dma
2014-05-27 AceVestide.c can drive my real disk with irq now.
2014-05-24 AceVestide
2014-05-23 AceVestfix bugs when enable disable ack 8259 irq
2014-05-20 AceVestfix no_irq_handler
2014-05-10 AceVestfix the inl bug; fix pci_read_config bug
2014-05-08 AceVestsome modifies in the setup_pci
2014-05-07 AceVestsupport preempt
2014-05-07 AceVestsupport 8253
2014-05-06 AceVestclean code
2014-05-06 AceVestsupport create kernel process
2014-05-04 AceVestfix root_task stack problem
2014-05-03 AceVestrewrite sys_fork; rewrite do_wp_page
2014-05-03 AceVestalloc task union
2014-05-02 AceVestdelay to switch ring 3
2014-05-02 AceVestcancel to paging virtual address below 0xC0000000
2014-05-01 AceVestreturn the result to userspace from syscall
2014-05-01 AceVestsupport new simple syscall
2014-05-01 AceVestclean i8259 code; new sysenter lib;fix root task stack bug
2014-04-29 AceVestfix privilege bug when init_paging; add sysexit for...
2014-04-28 AceVestclean irq code
2014-04-28 AceVestfix bug in slub
2014-04-26 AceVestadd kmalloc/kfree
2014-04-25 AceVestrewrite init_paging
2014-04-20 AceVestadd slub system support
2014-04-16 AceVestmodify makefile
2014-04-15 AceVestadd some code to support slub
2014-04-05 AceVestfix bug in alloc pages
2014-04-05 AceVestsupport alloc pages from buddy system
2014-04-05 AceVestadd support to init the buddy system
2014-04-05 AceVestfix bug when init_paging
2014-04-04 AceVestprebuild buddy system from bootmem
2014-04-04 AceVestbootmem manage the hole mem.
2014-04-04 AceVestreplace '\t' with ' '
2014-04-04 AceVestadd init_paging.
2014-04-02 AceVestimport the kernel code to use the new repository with...