Table of Contents:
- Setting
- Characters and motives
- Militia profiles
- Osiris
| #include <stdio.h> | |
| #include <string.h> | |
| #include <stdint.h> | |
| #include <stdlib.h> | |
| #include "crc32.h" | |
| /* | |
| * Max file sizes that this patcher can support | |
| */ | |
| #define MAX_ROM_SIZE 0x2000000 |
| <~Alex> Touched: are branch opcodes discernable without knowing whether we're in thumb or arm mode? how can I find all of the thumb code without first recursively traversing branches I can't see? | |
| <~Alex> like, do I have to do both as I go along or what | |
| <+Touched> you can't | |
| <~Alex> then how does the processor even know | |
| <+Touched> it has a mode | |
| <+Touched> in the CPSR there is a bit | |
| <~Alex> the Counter Pointer Stack Register? | |
| <+Touched> Current Program Status Register | |
| <~Alex> how would IDA presumably do it |
This report is a record of the average achieved bandwidth between a client and the Cave of Origin web server.
Important: These test results are non-optimal due to distance! However, they are a good gauge of speeds for the common or average user, as they are not too far apart or too close together, and the client is in an internet-heavy country.
| @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| @@@@@@@@@@@@@@@@@@@ Standard GBA ROM Hack Metadata @@@@@@@@@@@@@@@@@@@ | |
| @@@@@@@@@@@@@@@@ Copyright (C) 2015 Alexander Nicholi @@@@@@@@@@@@@@@@ | |
| @@@@@@@@@@ Released under the GNU General Public License v2 @@@@@@@@@@ | |
| @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| @@ @@ | |
| @@ Welcome! @@ | |
| @@ @@ | |
| @@ This is the assembly for the metadata block read by Lapis and @@ | |
| @@ Sapphire, and by other tools who opt to use it. For you, it @@ |
| @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| @@@@@@@@@@@@@@@@@@@ Standard GBA ROM Hack Metadata @@@@@@@@@@@@@@@@@@@ | |
| @@@@@@@@@@@@@@@@ Copyright (C) 2015 Alexander Nicholi @@@@@@@@@@@@@@@@ | |
| @@@@@@@@@@ Released under the GNU General Public License v2 @@@@@@@@@@ | |
| @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| @@ @@ | |
| @@ Welcome! @@ | |
| @@ @@ | |
| @@ This is the assembly for the metadata block read by Lapis and @@ | |
| @@ Sapphire, and by other tools who opt to use it. For you, it @@ |
| <Touched> visual studio code is built on electron | |
| <Touched> everything is a lie | |
| <~Alex> lol | |
| <~Alex> Touched: Why aren't you as critical of web applications as you are of the current graphical desktop state? | |
| <Touched> what do you mean? | |
| <~Alex> Surely the world of program-as-a-service applications was the worse fear of proponents of Free Software | |
| <~Alex> why do you have so much disdain for the fragmented graphical programming options but don't mind graphical web programming really? | |
| <Touched> who said I don't | |
| <~Alex> I didn't | |
| <~Alex> I said you don't seem to hate it as much, or at least that's what I was trying to get at |
| @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic,800,800italic,300italic,300&subset=latin,latin-ext); | |
| @import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:400,900,700,600,500,200,300&subset=latin,latin-ext); | |
| body { | |
| background: none; | |
| background-image: url('http://i.imgur.com/62UdUBh.jpg') !important; | |
| background-attachment: fixed; | |
| font-family: 'Open Sans', Sans-serif !important; | |
| font-size: 90%; | |
| } |
General disclaimer
This document is not a literal gist of GNU/Linux, and contains more than a little detail on the subject. Please look elsewhere for a brief summary of the kernel and its associated operating system.
Nevertheless, this document will intentionally leave out some details, though