Commit Graph

10 Commits

Author SHA1 Message Date
David Korth
6c7cc2cba6 doc/rvth_notes.md: Added copyright and GFDL notice; minor terminology update.
Use "RVT-H Reader" when referring to the system itself, and "HDD"
instead of "disk" to prevent ambiguity.
2018-04-25 20:59:57 -04:00
David Korth
d1e4face69 doc/rvth_notes.md: Remove 'U' suffix from a number.
This is useful in C, but not so much in documentation.
2018-04-19 22:09:33 -04:00
David Korth
9948d0a70c [librvth] cert.c, cert_verify(): Updated the PKCS#1 description. 2018-02-10 11:53:13 -05:00
David Korth
c46cc83c96 doc/rvth_notes.md: Bank starting offsets are only the same on all systems if using the official development tools. 2018-01-19 00:17:22 -05:00
David Korth
f2a46668b1 doc/rvth_notes.md: Bank entries are 512 bytes, not banks.
Added a note that sectors are assumed to be 512 bytes.
2018-01-19 00:15:38 -05:00
David Korth
645a97d7e2 doc/rvth_notes.md: Added NHCD_BankTable_Header.bank_count .
It turns out the number of banks can be extended past 8 if the system
has an 80 GB HDD, though repartitioning will be needed in order to take
full advantage of this, since the bank table will extend into the start
of Bank 1.

[librvth] nhcd_structs.h: Updated `NHCD_BankTable_Header`.

[librvth] rvth.c: Renamed `RvtH.banks` to `RvtH.bank_count`.
2018-01-19 00:08:02 -05:00
David Korth
cb8562494f doc/rvth_notes.md: Updated to match nhcd_structs.h.
`magic` and `type` are still kept as char[4] for ease of explanation.
They're uint32_t in nhcd_structs.h to allow for it to be checked using
a single compare instruction.
2018-01-19 00:02:04 -05:00
David Korth
db81f78895 doc/rvth_notes.md: Use bullets for the bank listing. 2018-01-19 00:00:18 -05:00
David Korth
d4c25ed3e5 doc/rvth_notes.md: Improved Markdown formatting. 2018-01-18 23:59:47 -05:00
David Korth
7ef319dae2 doc/rvth_notes.txt: Initial RVT-H reverse-engineering notes. 2018-01-18 23:56:01 -05:00