Blame
|
1 | # Specs and Tech Notes |
||||||
|
2 | |||||||
| 3 | You'll find a number of useful spec documents attached to this page. |
|||||||
|
4 | |||||||
| 5 | - [Compact Flash Spec v3](./CF_spec_3.0.pdf) |
|||||||
|
6 | |||||||
| 7 | ## Filesystems |
|||||||
| 8 | ### Ext2 |
|||||||
|
9 | - [ext2 Filesystem Description](https://www.nongnu.org/ext2-doc/ext2.pdf) |
||||||
|
10 | - [resizing ext2/ext3 Filesystems](https://kernel.org/doc/ols/2002/ols2002-pages-117-129.pdf) |
||||||
|
11 | |||||||
| 12 | ## File Formats |
|||||||
| 13 | ### ELF |
|||||||
| 14 | - [ELF Spec](https://gabi.xinuos.com/elf.pdf) |
|||||||
|
15 | - [Oracle's Linker and Linker Library Doc](https://docs.oracle.com/cd/E23824_01/html/819-0690/chapter6-93046.html#scrolltoc) |
||||||