diff --git a/README.md b/README.md index e8d0825..c884d22 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,15 @@ # fastboot3DS -_A bootloader for the 3DS console_ +_A bootloader for the 3DS console, written by derrek, profi200, d0k3_ -fastboot3DS is a bootloader for the 3DS console, intended to be installed to the FIRM0 partition. It allows you to assign homebrew in .firm format to bootslots, and to chainload bootslots via either a menu or a button combo of your choosing. fastboot3DS also contains basic tools for NAND backup and restores. +fastboot3DS is a bootloader for the 3DS console, intended to be installed to the FIRM0 partition. It allows you to assign homebrew in .firm format to bootslots, and to chainload bootslots via either a bootmenu or a button combo of your choosing. fastboot3DS also contains basic tools for NAND backup and restores. + +Copyright (C) 2017 derrek, profi200, d0k3 ## Disclaimer -You may have expected this, and, yes, we have to make this clear: fastboot3DS installs to a critical partition of your system, and thus becomes one of the softwares critical to the functioning of your system. Although having been thoroughly tested, some risk may still remain, especially when fastboot3DS is not used in the way it is intended. In short: we are not responsible for any damage that may occur to your system as a direct or indirect result of you using fastboot3DS. +fastboot3DS installs to a critical partition of your system, and thus becomes one of the softwares critical to the functioning of your system. Although having been thoroughly tested, some risk may still remain, especially when fastboot3DS is not used in the way it is intended. In short: we are not responsible for any damage that may occur to your system as a direct or indirect result of you using fastboot3DS. ## Quick start guide -These short instructions require you to have a way of booting [GodMode9](https://github.com/d0k3/GodMode9). If you already have [boot9strap](https://github.com/SciresM/boot9strap) installed, this is as simple as chainloading the `GodMode9.firm` (either via some chainloader of your choosing, or put it on your SD card as `sdmc:/boot.firm`. +These short instructions require you to have a way of booting [GodMode9](https://github.com/d0k3/GodMode9). If you already have [boot9strap](https://github.com/SciresM/boot9strap) installed, this is as simple as chainloading the `GodMode9.firm` (either via some chainloader of your choosing, or put it on your SD card as `sdmc:/boot.firm`). * Have `fastboot3DS.firm` somewhere on your SD card. * Start GodMode9, navigate to `fastboot3DS.firm`, A button -> `FIRM image options...` -> `Install FIRM` -> `Install to FIRM0` -> Enter the displayed button combo. * Reboot your system via the START button. You will reboot to the fastboot3DS menu. @@ -19,19 +21,15 @@ ## License You may use this under the terms of the GNU General Public License GPL v3 or under the terms of any later revisions of the GPL. Refer to the provided `LICENSE.txt` file for further information. -## Thanks to: +## Thanks to... * **yellows8** * **plutoo** * **smea** -* **Normmatt (for sdmmc code)** -* **WinterMute (for console code)** -* **ctrulib devs (for HID code)** -* **Luma 3DS devs (for fmt.c/gfx code)** -* **mtheall (for LZ11 decompress code)** -* **devkitPro (for the toolchain/makefiles)** +* **Normmatt** (for sdmmc code) +* **WinterMute** (for console code) +* **ctrulib devs** (for HID code) +* **Luma 3DS devs** (for fmt.c/gfx code) +* **mtheall** (for LZ11 decompress code) +* **devkitPro (for the toolchain/makefiles) * **fincs**, **Al3x_10m**, **Wolfvak**, **Shadowhand**, **Lilith Valentine**, **Crimson**, **Ordim3n** (closed beta testing) -* **everyone who contributed to 3dbrew.org** - - -fastboot3DS by derrek, profi200, d0k3 -Copyright (C) 2017 derrek, profi200, d0k3 +* ...everyone who contributed to **3dbrew.org**