-
Notifications
You must be signed in to change notification settings - Fork 20
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
Support unusual sector sizes #338
Comments
FWIW I simply removed the if statement, compiled and threw it on my device and it works great now with 1280 byte blocks on the Symbolics XL1200 I have. An if statement blocking support for certain block sizes when the code seems to support it no issue seems counterintuitive. Another point brought up while discussing this with others are block sizes like 520 byte block sizes, used by IBM. |
Addressing issue: #338 Allowing block sizes from 8 bytes to 64kB
@wohali here's a build for you to test whenever you have some time |
Thanks @aperezbios this looks to resolve the issue. |
Symbolics Lisp machines require an unusual disk sector size: 1280 bytes.
Currently the firmware does not support this.
Can support be added for unusual sector sizes please? Otherwise, the device is not usable in these machines.
The text was updated successfully, but these errors were encountered: