User avatar
intric8
Seattle, WA, USA

Posted Sun Mar 12, 2023 4:47 pm

I noticed the default picture on Reddit is a weird one, maybe that is the problem?
I originally posted the story simply as a link with no photos and it got hit with a downvote almost immediately, which I found strange. After about 30 minutes I simply deleted it and posted it as a photo series, popping the link down below in the comments. It got another downvote almost immediately.

I started to wonder if someone was just being toxic towards either me or you (??) and just let it ride. Last I checked it was up to 15 upvotes, so the community is drowning the dork(s) that were being jerks.

:ghost:

User avatar
Mickatroid

Posted Sun Mar 12, 2023 5:04 pm

Cool, cheers. I cannot see how reddit could have a problem with me, I do not believe I have ever posted there.

I was wondering if you still had any of the stickers left or would be willing to share whatever I would need to make one locally.

User avatar
intric8
Seattle, WA, USA

Posted Sun Mar 12, 2023 6:42 pm

You mean the Phoenix stickers I created? I still have them, yes. Where are you located?

User avatar
Mickatroid

Posted Sun Mar 12, 2023 7:31 pm

I am in Australia, and yes the stickers you created. You made them an exact match to the originals so far as possible?

User avatar
intric8
Seattle, WA, USA

Posted Sun Mar 12, 2023 9:57 pm

You made them an exact match to the originals so far as possible?
I did indeed.

You can PM me later and we can work something out I'm sure.

User avatar
McTrinsic

Posted Mon Mar 13, 2023 1:41 pm

Here you go :).

Created by user Ralf @ A1k.org

My Partitions are HDH0 - HDH4, with WB1.3 installed on HDH0.

Code: Select all

; startup-sequence "WB-allSYS" (06.01.2008)
c:version >nil: exec.library 44 
; Kick 3.5+ 
if not warn 
;echo "ROM 3.5" 
assign sys: HDH3: 
skip boot 
endif  

c:version >nil: exec.library 40 
; Kick 3.0+ 
if not warn 
;echo "ROM 3.x" 
assign sys: HDH2: 
skip boot 
endif  

c:version >nil: exec.library 37 
; Kick 2.0+ 
if not warn 
;echo "ROM 2.x" 
assign sys: HDH1: 
skip boot 
endif  

; Default 
execute s:startup-13   

lab boot 
assign c: sys:c 
assign s: sys:s 
assign libs: sys:libs 
assign devs: sys:devs 
assign fonts: sys:fonts 
assign l: sys:l 
execute s:startup-sequence

Warning: I renamed the 1.3 startup-sequence to startup-13.

Needs a different name as otherwise it wouldn’t work.
Last edited by McTrinsic on Tue Mar 14, 2023 4:34 am, edited 1 time in total.

User avatar
jamesyoung

Posted Mon Mar 13, 2023 4:14 pm

I put the bluescsi boards in a few other computers. I have a PiStorm in one of the Phoenix boards and I'll put the bluescsi in the other. Do you guys know of a good replacement for the rectangular leds on the front?

User avatar
Mickatroid

Posted Mon Mar 13, 2023 9:15 pm

There does not seem to be any shortage of rectangular leds. I suppose 3D printing a light pipe could work too. The Phoenix solution was a Red Green LED that was normally orange and would go green to show HDD activity. it is something I cover in my build details.

User avatar
Mickatroid

Posted Mon Mar 13, 2023 9:19 pm

McTrinsic wrote:
Mon Mar 13, 2023 1:41 pm
Here you go :).

Created by user Ralf @ A1k.org

My Partitions are HDH0 - HDH4, with WB1.3 installed on HDH0.

Thanks, that is golden. I like the use of the boot sub-routine. I do have a loose kickstart 2.05. Could be fun.

User avatar
McTrinsic

Posted Tue Mar 14, 2023 4:35 am

Hi,

warning: I renamed the 1.3 startup-sequence to startup-13.

Needs a different name as otherwise it wouldn’t work.

Also edited the post above.





Return to “Hardware”