Hardware/Toucan
< Hardware
General
"Toucan" (also referred to as "HostBridge") appears to be a deprecated piece of hardware that was once used for communication with the first iterations of the CAT-DEV development kit.
BootOSBootBlock
| Offset | Size | Description |
|---|---|---|
| 0x0 | 0x4 | Magic (0xFD9B5B7A) |
| 0x4 | 0x4 | NumPackages |
| 0x8 | 0x4 | OSPlatformInfoAddress |
| 0xC | 0x4 | OSPackageAddress |
| 0x10 | 0x4 | Flags |
| 0x14 | 0x4 | SysCfg1 |
| 0x18 | 0x4 | |
| 0x1C | 0x4 | |
| 0x20 | Variable | Array of BootPackageInfo |
| Variable | Variable | Array of BootPackage |
BootPackageInfo
| Offset | Size | Description |
|---|---|---|
| 0x0 | 0x4 | Address |
| 0x4 | 0x4 | Size |