此网站需要 JavaScript。
探索
CodingWorkshop
CodingWorkshop Site
Community Issues
帮助
注册
登录
xt-sys
/
exectos
关注
3
点赞
5
派生
2
你已经派生过 exectos
代码
工单
6
合并请求
1
Actions
项目
1
版本发布
百科
动态
文件
a852993842eb85d76b577ff5144a9cc203750095
exectos
/
xtoskrnl
/
rtl
文件历史
Rafal Kupiec
99bdd917d9
一些检查失败了
Builds / ExectOS (amd64) (push)
Successful in 25s
详情
Builds / ExectOS (i686) (push)
Failing after 16s
详情
Add basic kernel math support
2024-02-13 14:05:37 +01:00
..
amd64
Add __C_specific_handler() and _except_handler3() stubs allowing to use '__try {} __except() {}' (SEH) constructions
2023-02-25 23:01:13 +01:00
i686
Add __C_specific_handler() and _except_handler3() stubs allowing to use '__try {} __except() {}' (SEH) constructions
2023-02-25 23:01:13 +01:00
atomic.c
Implement RtlAtomicBitTestAndSet() and RtlAtomicBitTestAndSet64() intrinsic routines
2024-02-04 22:34:22 +01:00
byteswap.c
Rename endian conversion routines to match naming convention
2023-04-04 21:02:14 +02:00
guid.c
Add missing routine description
2024-01-31 16:23:05 +01:00
ioreg.c
Fixes to I/O registers related routines
2023-11-19 00:39:52 +01:00
math.c
Add basic kernel math support
2024-02-13 14:05:37 +01:00
memory.c
Always include xtos.h in kernel sources
2023-02-20 00:21:52 +01:00
plist.c
Always include xtos.h in kernel sources
2023-02-20 00:21:52 +01:00
string.c
Implement RtlTrimLeftString(), RtlTrimRightString() and RtlTrimString() routines
2023-12-09 20:18:02 +01:00
widestr.c
Improvements in string and wide string support
2023-12-06 23:00:18 +01:00