Skip to content

Commit

Permalink
Docs: update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroKaku committed Jul 12, 2024
1 parent 7ca3eff commit 2ea8ecb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 例子

Expand Down

0 comments on commit 2ea8ecb

Please sign in to comment.