mirror of
https://github.com/xemu-project/xemu-website.git
synced 2024-11-23 11:29:43 +00:00
Add about, move FAQ
This commit is contained in:
parent
92e1c5ce16
commit
1ade38ead8
41
docs/docs/about.md
Normal file
41
docs/docs/about.md
Normal file
@ -0,0 +1,41 @@
|
||||
# About
|
||||
|
||||
<center>
|
||||
[![Chat Badge](https://img.shields.io/badge/Chat-xemu%20Discord%20Server-7289DA?logo=Discord&logoColor=white)](https://discord.gg/ayyjsuM)
|
||||
[![YouTube Badge](https://img.shields.io/badge/Videos-YouTube-red?logo=YouTube&logoColor=white)](https://www.youtube.com/channel/UCrT8NawDTt5gJnMMe9uUg-Q/featured)
|
||||
[![Twitter Badge](https://img.shields.io/badge/Twitter-%40xemu__project-blue?logo=Twitter&logoColor=white)](https://twitter.com/xemu_project)
|
||||
</center>
|
||||
|
||||
xemu is a free and open-source application that emulates the original Microsoft
|
||||
Xbox game console, enabling people to play their original Xbox games on Windows,
|
||||
macOS, and Linux systems.
|
||||
|
||||
This project is a continuation of the XQEMU project, originally started by espes
|
||||
in 2011 with significant contributions from Matt Borgerson (mborgerson), Jannik
|
||||
Vogel (JayFoxRox), and others. xemu is based on the excellent QEMU full system
|
||||
emulator project.
|
||||
|
||||
!!! warning "Disclaimer"
|
||||
|
||||
This project is for educational purposes only, with the goal of researching
|
||||
and understanding the inner-workings of the original Xbox and its games, and
|
||||
then building a platform to play those legally purchased games.
|
||||
|
||||
This project does not endorse or promote copyright infringement of any kind.
|
||||
Developers work with legal backups of their own physical media and encourage
|
||||
all users to do the same. Piracy is not tolerated on any communication
|
||||
channel.
|
||||
|
||||
## Open Source Development
|
||||
|
||||
xemu is developed on GitHub at https://github.com/mborgerson/xemu. Contributions
|
||||
are welcome!
|
||||
|
||||
## License
|
||||
|
||||
xemu is free and open source software. Binaries and source of xemu are made
|
||||
available under the terms of the GNU General Public License, version 2.
|
||||
|
||||
xemu depends on several great open source libraries. Each distribution of xemu
|
||||
includes a LICENSE.txt file which includes specific license information for
|
||||
relevant libraries.
|
@ -16,7 +16,7 @@ The latest pre-built release version is recommended. Simply download the release
|
||||
|
||||
[![Download](https://img.shields.io/badge/Download-Ubuntu%20PPA-orange?logo=ubuntu&logoColor=white)](https://launchpad.net/~mborgerson/+archive/ubuntu/xemu)
|
||||
|
||||
Users running recent versions of Ubuntu (18.04 and newer) are recommended to install through the daily build PPA repository. Users running non-Ubuntu distributions are currently recommended to [build from source](https://github.com/mborgerson/xemu/wiki/Building-from-Source#linux).
|
||||
Users running recent versions of Ubuntu (18.04 and newer) are recommended to install through the daily build PPA repository. Users running non-Ubuntu distributions are currently recommended to [build from source](building-from-source.md#linux).
|
||||
|
||||
At the command line, run the following:
|
||||
|
||||
|
@ -64,6 +64,8 @@ markdown_extensions:
|
||||
- pymdownx.tilde
|
||||
|
||||
nav:
|
||||
- About: about.md
|
||||
- FAQ: faq.md
|
||||
- Setup:
|
||||
- Download: download.md
|
||||
- Getting Started: getting-started.md
|
||||
@ -73,5 +75,3 @@ nav:
|
||||
- Advanced Topics:
|
||||
- Building from Source: building-from-source.md
|
||||
- Serial Port: serial-port.md
|
||||
- Additional Information:
|
||||
- FAQ: faq.md
|
Loading…
Reference in New Issue
Block a user