文件名称:Bycore-1.0.12
介绍说明--下载内容来自于网络,使用问题请自行百度
Bycore是一个嵌入式操作系统内核。Bycore包括内存管理、任务管理、中断管理、任务互斥、同步与通信管理等功能。Bycore全部由C语言完成,只有少量的与硬件有关的代码由汇编代码完成。Bycore支持64优先级的多任务管理,任务数量由实际的内存大小决定。Bycore是一个抢占式的内核,任务间的切换时间确定,使得用户可以完全确定任务的切换时机。内存管理采用一种全新的算分配策略,兼顾了分配速度、管理简单、利用率高等特点。为便于移植,只需要简单修改Bycore提供的几个函数即可。另外,Bycore提供了一套简单的机制完成对中断的管理,应用程序只需关注一个逻辑的中断,然后指定中断处理函数,Bycore在中断发生时,中断处理函数就能被回调。-Bycore is an embedded operating system kernel. Bycore including memory management, task management, interrupt management, task mutual exclusion, synchronization and communication management. Bycore completed by the C language, only a small amount of code and hardware related to the completion of the assembly code. Bycore priority to support 64 multi-task management, task number from the actual memory size. Bycore is a preemptive kernel, the switching time between tasks to determine which tasks the user can determine the timing of the switch. Memory management using a new operator allocation strategy, taking into account the speed of the distribution, management, simple, high utilization rate. In order to facilitate the transplant, only a simple modification Bycore can provide several functions. In addition, Bycore provides a simple mechanism for the management of completion of the interruption, the application only concerned about the interruption of a logic, and then interrupt handlin
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Bycore-1.0.12/arch/arm7/cpu.h
Bycore-1.0.12/arch/arm7/cpu_a.s
Bycore-1.0.12/arch/arm7/cpu_c.c
Bycore-1.0.12/arch/arm7/readme
Bycore-1.0.12/arch/arm7/spinlock.c
Bycore-1.0.12/arch/ARMulator/hw_chdev.c
Bycore-1.0.12/arch/ARMulator/hw_chdev.h
Bycore-1.0.12/arch/ARMulator/hw_irq.c
Bycore-1.0.12/arch/ARMulator/hw_irq.h
Bycore-1.0.12/arch/ARMulator/hw_mem.h
Bycore-1.0.12/arch/ARMulator/hw_uart.c
Bycore-1.0.12/arch/ARMulator/hw_uart.h
Bycore-1.0.12/arch/ARMulator/init.s
Bycore-1.0.12/arch/ARMulator/initcfg.s
Bycore-1.0.12/arch/ARMulator/init_target.c
Bycore-1.0.12/arch/ARMulator/init_target.h
Bycore-1.0.12/arch/ARMulator/regdef.h
Bycore-1.0.12/arch/s3c44b0x/hw_chdev.c
Bycore-1.0.12/arch/s3c44b0x/hw_chdev.h
Bycore-1.0.12/arch/s3c44b0x/hw_irq.c
Bycore-1.0.12/arch/s3c44b0x/hw_irq.h
Bycore-1.0.12/arch/s3c44b0x/hw_mem.h
Bycore-1.0.12/arch/s3c44b0x/hw_uart.c
Bycore-1.0.12/arch/s3c44b0x/hw_uart.h
Bycore-1.0.12/arch/s3c44b0x/init.s
Bycore-1.0.12/arch/s3c44b0x/initcfg.s
Bycore-1.0.12/arch/s3c44b0x/init_target.c
Bycore-1.0.12/arch/s3c44b0x/init_target.h
Bycore-1.0.12/arch/s3c44b0x/regdef.h
Bycore-1.0.12/common/string.c
Bycore-1.0.12/common/string.h
Bycore-1.0.12/COPYING
Bycore-1.0.12/docs/memory.bmp
Bycore-1.0.12/docs/readme
Bycore-1.0.12/docs/ready.bmp
Bycore-1.0.12/docs/sem-queue.bmp
Bycore-1.0.12/drivers/chdev.c
Bycore-1.0.12/drivers/chdev.h
Bycore-1.0.12/drivers/console.c
Bycore-1.0.12/drivers/console.h
Bycore-1.0.12/drivers/device.c
Bycore-1.0.12/drivers/device.h
Bycore-1.0.12/drivers/uart.c
Bycore-1.0.12/drivers/uart.h
Bycore-1.0.12/examples/main1.c
Bycore-1.0.12/examples/main10.c
Bycore-1.0.12/examples/main11.c
Bycore-1.0.12/examples/main12.c
Bycore-1.0.12/examples/main2.c
Bycore-1.0.12/examples/main3.c
Bycore-1.0.12/examples/main4.c
Bycore-1.0.12/examples/main5.c
Bycore-1.0.12/examples/main6.c
Bycore-1.0.12/examples/main7.c
Bycore-1.0.12/examples/main8.c
Bycore-1.0.12/examples/main9.c
Bycore-1.0.12/examples/readme.txt
Bycore-1.0.12/fs/fs.c
Bycore-1.0.12/fs/fs.h
Bycore-1.0.12/include/buf.h
Bycore-1.0.12/include/core.h
Bycore-1.0.12/include/irq.h
Bycore-1.0.12/include/list.h
Bycore-1.0.12/include/mailbox.h
Bycore-1.0.12/include/mem.h
Bycore-1.0.12/include/pipe.h
Bycore-1.0.12/include/sem.h
Bycore-1.0.12/include/spinlock.h
Bycore-1.0.12/include/types.h
Bycore-1.0.12/kernel/buf.c
Bycore-1.0.12/kernel/core.c
Bycore-1.0.12/kernel/irq.c
Bycore-1.0.12/kernel/list.c
Bycore-1.0.12/kernel/mailbox.c
Bycore-1.0.12/kernel/mem.c
Bycore-1.0.12/kernel/pipe.c
Bycore-1.0.12/kernel/sem.c
Bycore-1.0.12/arch/arm7
Bycore-1.0.12/arch/ARMulator
Bycore-1.0.12/arch/s3c44b0x
Bycore-1.0.12/arch
Bycore-1.0.12/common
Bycore-1.0.12/docs
Bycore-1.0.12/drivers
Bycore-1.0.12/examples
Bycore-1.0.12/fs
Bycore-1.0.12/include
Bycore-1.0.12/kernel
Bycore-1.0.12
Bycore-1.0.12/arch/arm7/cpu_a.s
Bycore-1.0.12/arch/arm7/cpu_c.c
Bycore-1.0.12/arch/arm7/readme
Bycore-1.0.12/arch/arm7/spinlock.c
Bycore-1.0.12/arch/ARMulator/hw_chdev.c
Bycore-1.0.12/arch/ARMulator/hw_chdev.h
Bycore-1.0.12/arch/ARMulator/hw_irq.c
Bycore-1.0.12/arch/ARMulator/hw_irq.h
Bycore-1.0.12/arch/ARMulator/hw_mem.h
Bycore-1.0.12/arch/ARMulator/hw_uart.c
Bycore-1.0.12/arch/ARMulator/hw_uart.h
Bycore-1.0.12/arch/ARMulator/init.s
Bycore-1.0.12/arch/ARMulator/initcfg.s
Bycore-1.0.12/arch/ARMulator/init_target.c
Bycore-1.0.12/arch/ARMulator/init_target.h
Bycore-1.0.12/arch/ARMulator/regdef.h
Bycore-1.0.12/arch/s3c44b0x/hw_chdev.c
Bycore-1.0.12/arch/s3c44b0x/hw_chdev.h
Bycore-1.0.12/arch/s3c44b0x/hw_irq.c
Bycore-1.0.12/arch/s3c44b0x/hw_irq.h
Bycore-1.0.12/arch/s3c44b0x/hw_mem.h
Bycore-1.0.12/arch/s3c44b0x/hw_uart.c
Bycore-1.0.12/arch/s3c44b0x/hw_uart.h
Bycore-1.0.12/arch/s3c44b0x/init.s
Bycore-1.0.12/arch/s3c44b0x/initcfg.s
Bycore-1.0.12/arch/s3c44b0x/init_target.c
Bycore-1.0.12/arch/s3c44b0x/init_target.h
Bycore-1.0.12/arch/s3c44b0x/regdef.h
Bycore-1.0.12/common/string.c
Bycore-1.0.12/common/string.h
Bycore-1.0.12/COPYING
Bycore-1.0.12/docs/memory.bmp
Bycore-1.0.12/docs/readme
Bycore-1.0.12/docs/ready.bmp
Bycore-1.0.12/docs/sem-queue.bmp
Bycore-1.0.12/drivers/chdev.c
Bycore-1.0.12/drivers/chdev.h
Bycore-1.0.12/drivers/console.c
Bycore-1.0.12/drivers/console.h
Bycore-1.0.12/drivers/device.c
Bycore-1.0.12/drivers/device.h
Bycore-1.0.12/drivers/uart.c
Bycore-1.0.12/drivers/uart.h
Bycore-1.0.12/examples/main1.c
Bycore-1.0.12/examples/main10.c
Bycore-1.0.12/examples/main11.c
Bycore-1.0.12/examples/main12.c
Bycore-1.0.12/examples/main2.c
Bycore-1.0.12/examples/main3.c
Bycore-1.0.12/examples/main4.c
Bycore-1.0.12/examples/main5.c
Bycore-1.0.12/examples/main6.c
Bycore-1.0.12/examples/main7.c
Bycore-1.0.12/examples/main8.c
Bycore-1.0.12/examples/main9.c
Bycore-1.0.12/examples/readme.txt
Bycore-1.0.12/fs/fs.c
Bycore-1.0.12/fs/fs.h
Bycore-1.0.12/include/buf.h
Bycore-1.0.12/include/core.h
Bycore-1.0.12/include/irq.h
Bycore-1.0.12/include/list.h
Bycore-1.0.12/include/mailbox.h
Bycore-1.0.12/include/mem.h
Bycore-1.0.12/include/pipe.h
Bycore-1.0.12/include/sem.h
Bycore-1.0.12/include/spinlock.h
Bycore-1.0.12/include/types.h
Bycore-1.0.12/kernel/buf.c
Bycore-1.0.12/kernel/core.c
Bycore-1.0.12/kernel/irq.c
Bycore-1.0.12/kernel/list.c
Bycore-1.0.12/kernel/mailbox.c
Bycore-1.0.12/kernel/mem.c
Bycore-1.0.12/kernel/pipe.c
Bycore-1.0.12/kernel/sem.c
Bycore-1.0.12/arch/arm7
Bycore-1.0.12/arch/ARMulator
Bycore-1.0.12/arch/s3c44b0x
Bycore-1.0.12/arch
Bycore-1.0.12/common
Bycore-1.0.12/docs
Bycore-1.0.12/drivers
Bycore-1.0.12/examples
Bycore-1.0.12/fs
Bycore-1.0.12/include
Bycore-1.0.12/kernel
Bycore-1.0.12
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.