diff --git a/README.md b/README.md index ad373d7..486bd41 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,13 @@ It allows kernel developers to have a C++ development experience similar to that ### 1.1 Features -- [x] support x64、ARM64 (Experimental) -- [x] support thread_local +- [x] support x64、~~ARM64 (Experimental)~~ - [x] support New/Delete -- [x] support C++ Exception (/EHa、/EHsc) +- [x] support C++ Exception (~~/EHa~~、/EHsc) - [x] support Static Objects - [x] support SAFESEH、GS (Buffer Security Check) -- [x] support STL (CoreCRT) +- [x] support STL (OneCore、CoreCRT) +- [ ] support thread_local ### 1.2 Example diff --git a/README.zh-CN.md b/README.zh-CN.md index fd2958a..8063fd5 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -17,13 +17,13 @@ Musa.Runtime 是以 [Musa.Core](https://github.com/MiroKaku/Musa.Core) 作为底 ### 1.1 特性 -- [x] 支持 x64、ARM64(实验性) -- [x] 支持 thread_local +- [x] 支持 x64、~~ARM64(实验性)~~ - [x] 支持 New/Delete -- [x] 支持 C++ Exception (/EHa、/EHsc) +- [x] 支持 C++ Exception (~~/EHa~~、/EHsc) - [x] 支持 Static Objects - [x] 支持 SAFESEH、GS (Buffer Security Check) -- [x] 支持 STL (CoreCRT) +- [x] 支持 STL (OneCore、CoreCRT) +- [ ] 支持 thread_local ### 1.2 例子