-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,31 @@ | ||
# dotnet | ||
Loongson .NET Core Home | ||
=========================== | ||
|
||
The [gsvm/loongson-dotnet](https://github.com/gsvm/loongson-dotnet) repository is a good starting point for Loongson's port of .NET Core. | ||
|
||
We hope to implement a release version (3.0 or 3.1) of Loongson/MIPS Port first, then upgrade to upstream [dotnet/runtime](https://github.com/dotnet/runtime) . | ||
|
||
This repository may be temporary, but may exist for a long time. Our hope is to merge into upstream. | ||
|
||
|
||
## Current Status | ||
|
||
We are debugging priority1 test cases in CoreCLR. More than 9500 tests have been passed according to our test method. | ||
|
||
|
||
## How to Use MIPS Port of .NET Core | ||
|
||
It has not yet reached the state of use. We will release Early-Access Builds of .NET Core runtime later. | ||
|
||
|
||
## How to Engage, Contribute and Provide Feedback | ||
|
||
We encourage contributions, both issues and PRs. All contributions and suggestions are greatly welcomed. If you have any problems or want any support, feel free to file a issue or contact us via email to aoqi@loongson.cn. | ||
|
||
## Useful Link | ||
|
||
[Who is Loongson](http://www.loongson.cn/) | ||
|
||
[Guide for porting .NET to a new processor architecture](https://github.com/dotnet/runtime/blob/master/docs/design/coreclr/botr/guide-for-porting.md) | ||
|
||
["arch-mips64" label](https://github.com/dotnet/runtime/labels/arch-mips64) |