Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hard Drive Module [It's simple I promise] #203

Open
lanc12 opened this issue Apr 23, 2024 · 2 comments
Open

Hard Drive Module [It's simple I promise] #203

lanc12 opened this issue Apr 23, 2024 · 2 comments

Comments

@lanc12
Copy link

lanc12 commented Apr 23, 2024

I think a simple Hard Drive Module would allow for much more complex programming. I've come up with a simple spec for hard drives.

Each hard drive is (unfourtunately not) 5 MB, (un) like the Model 9427H Hawk drive made by Control Data Corporation.

Request header

The drive is split into 256-byte chunks.
This is the header:

+-------+---------+------+
| Chunk | Address | Data |
+-------+---------+------+

Chunk [0-19]
Defines the 256 byte chunk to be addressed.

Address [0-127, 0x00-0x80]
Defines the address in the chunk to be addressed.

NOTE: Each data segment is 2 bytes to comply with the TIS-3D computer standard, halving the address space

Data [0x0000-0xFFFF]
Defines the data to be read or written.

NOTE: Read or write operations are determined by which happens first.

@patc4
Copy link

patc4 commented Jun 2, 2024

I logged just to tell you that the chunk addresses of 0-19 for addressing 256 byte chunks only lets you use 5120 bytes, in other words that is about 1/1000 of 5MB.

@lanc12
Copy link
Author

lanc12 commented Aug 11, 2024

Oh... hold on.

Yeah, it's probably better that way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants