fix readme

This commit is contained in:
Jase Williams 2025-02-02 05:47:36 -05:00
parent 13b6b64091
commit 114f2479f3
Signed by: jase
GPG Key ID: A460BA49528C2A4F

View File

@ -12,7 +12,7 @@ made for The Awesome Wonderful Operating System and AWEkernel
Header and Boot sector - 512 Bytes - Offset 1 Header and Boot sector - 512 Bytes - Offset 1
| Name | Size | Purpose | | Name | Size | Purpose |
|-----------------|------------|-------------------------------------------------------| |-----------------|------------|-------------------------------------------------------|
| Signature | 8 Bytes | Should be to "AWEFS " | | Signature | 8 Bytes | Should be to "AWEFS   " |
| Version | 2 Bytes | Set to version of AWEFS (right now 01) | | Version | 2 Bytes | Set to version of AWEFS (right now 01) |
| Serial number | 8 Bytes | Anything (i.e TestDisk) | | Serial number | 8 Bytes | Anything (i.e TestDisk) |
| Reserved | 46 Bytes | Reserved | | Reserved | 46 Bytes | Reserved |
@ -28,13 +28,13 @@ Boot sector - 512 Bytes - Offset 513
Unmanaged data - 1.5 KiB - Offset 1025 Unmanaged data - 1.5 KiB - Offset 1025
| Name | Size | Purpose | | Name | Size | Purpose |
|-----------------|------------|-------------------------------------------------------| |-----------------|------------|-------------------------------------------------------|
| Boot sector | 512 Bytes | Lua code, extends sector 1 | | Reserved | 512 Bytes | Reserved |
#### Sector 6-10 #### Sector 6-10
File table - 2.5 KiB - Offset 2502 File table - 2.5 KiB - Offset 2502
| Name | Size | Purpose | | Name | Size | Purpose |
|-----------------|------------|-------------------------------------------------------| |-----------------|------------|-------------------------------------------------------|
| Signature | 8 Bytes | Should be "FILES " | | Signature | 8 Bytes | Should be "FILES   " |
| Padding/Reserved| 3 Bytes | Empty | | Padding/Reserved| 3 Bytes | Empty |
| File table | 2533 Bytes | See File Declaration | | File table | 2533 Bytes | See File Declaration |
| End of filetable| 16 Bytes | Should be "EOFTEOFTEOFTEOFT" | | End of filetable| 16 Bytes | Should be "EOFTEOFTEOFTEOFT" |
@ -50,7 +50,7 @@ File table - Rest - Offset 5062
| Name | Size | Purpose | | Name | Size | Purpose |
|-----------------|------------|-------------------------------------------------------| |-----------------|------------|-------------------------------------------------------|
| File name | 16 Bytes | i.e "FILENAME.txt " | | File name | 16 Bytes | i.e "FILENAME.txt    " |
| File Offset | 8 Bytes | Offset of file | | File Offset | 8 Bytes | Offset of file |
| Size | 2 Bytes | Size of file to load in sectors | | Size | 2 Bytes | Size of file to load in sectors |
| Reserved | 6 Bytes | Reserved | | Reserved | 6 Bytes | Reserved |