project-trident / trident-installer Public
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
"PURPOSE not defined" on boot loader #13
Comments
|
A horizontal trident is suggested for logo-trident.4th. |
|
Here's a sample of a horizontal trident for an artist better than me :-) File must be installed as /boot/logo-trident.4th to work. |
|
Thank you for pointing that out! The "logo" will always appear on the right-side of the menu box for the FreeBSD boot menu, so a vertical trident seems to make more sense so that the boot menu can fit on 4:3 aspect ratio screens instead of assuming a 16:9 aspect ratio. The only thing we will still need to test/adjust for the logo file now is probably the placement/scaling of the ascii. I am not terribly familiar with forth, but it seems like we might be able to just adjust line 29 (reproduced below) to move the logo a bit further to the right. |
|
The Trident has now been moved to the right a bit and sligned with the bottom of the menu box. |
The cause is incorrect formatting of file /boot/logo-trident.4th read by the forth interpreter.
The words PURPOSE, CONSEQUENTIAL, STRICT, and WAY, all part of the standard legal disclaimer, are incorrectly formatted (looks like bad cut and paste) are are interpreted by forth. This causes an error on processing of logo-trident.4th and no trident is displayed.
However, if corrected, a separate problem occurs. The file "logo-trident.4th" is displayed resulting in an overlapping trident on top of the displayed menu (brand-trident.4th), as shown in the attached image.

A horizontal trident is suggested for
The text was updated successfully, but these errors were encountered: