Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - 任务与函数代码
Search - 任务与函数代码 - List
DL : 0
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
Date : 2025-12-29 Size : 133kb User : 李默涵
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.