A Quad-CPU PowerPC BEHEMOTH

Поділитися
Вставка
  • Опубліковано 7 лис 2024

КОМЕНТАРІ • 267

  • @ActionRetro
    @ActionRetro  10 місяців тому +23

    FlexiSpot C7 Ergonomic Chair - Use my code 'C730'
    US: bit.ly/3TJqc4A
    CA: bit.ly/3RK4muT

    • @TradieTrev
      @TradieTrev 10 місяців тому +3

      How good is sponsor block lol!

    • @starsINSPACE
      @starsINSPACE 10 місяців тому

      I get an error "code cannot be used"

    • @DDiamondMedia
      @DDiamondMedia 10 місяців тому +2

      Yeah hope they paid you a good flat rate and not a cut of a custom code since their code doesn't work (I'm guessing due to new years sale)

    • @jacobmckenna8661
      @jacobmckenna8661 10 місяців тому

      Time travel?

    • @andrewsadach3194
      @andrewsadach3194 10 місяців тому +1

      The final video of 2023... Posts it in 2024

  • @theexplodingblock3883
    @theexplodingblock3883 10 місяців тому +165

    real ones remember when this was [Draft v3]

    • @WhoLover
      @WhoLover 10 місяців тому +8

      Still is

    • @atptourfan
      @atptourfan 10 місяців тому

      How could anyone forget the v2 draft, with all its fun gaffes?! 😂

    • @SullySadface
      @SullySadface 10 місяців тому

      It's been 20 minutes

    • @bomberfish77
      @bomberfish77 10 місяців тому

      Plot twist: it stays like that

    • @typedrat
      @typedrat 10 місяців тому

      @@SullySadfacethirty

  • @knobbymcfeck
    @knobbymcfeck 10 місяців тому +94

    Two pins might be touching with solder at ~4:06, maybe that caused a fault?
    Either way, I love your shenanigans, thank you for always trying the things I would.

    • @charliesretrocomputing
      @charliesretrocomputing 10 місяців тому +3

      Possibly.

    • @MrPage62
      @MrPage62 10 місяців тому +8

      Yeah, I saw a possible solder bridge too. That's what happens when you hurry!

    • @knobbymcfeck
      @knobbymcfeck 10 місяців тому +5

      ​@@MrPage62 It was probably caught in a double-check once done, but it's still worth a mention just in case!

  • @i-use-4rch-btw
    @i-use-4rch-btw 10 місяців тому +38

    Seeing one computer on one channel then seeing it again on a different channel feels like transferring schools and seeing one of your friends transferring with you

    • @Toonrick12
      @Toonrick12 10 місяців тому

      That's one way to put it. The brotherhood of the traveling clone?

  • @psergiu
    @psergiu 10 місяців тому +83

    Use the os-native cc to compile gcc then try again building classiccube with gcc.

    • @electron8262
      @electron8262 10 місяців тому +10

      Also, shouldnt there be a single - before fno-math-errno, instead of a double one?

    • @adamsfusion
      @adamsfusion 10 місяців тому +5

      @@electron8262Yes, that's correct. It's a single hyphen flag.

    • @0x8badf00d
      @0x8badf00d 10 місяців тому

      @@electron8262 He tried both

    • @shawnmulligan3471
      @shawnmulligan3471 10 місяців тому +3

      @electron8262 Yes, even though it seems like a long option that uses --, it's actually a short option, "-f", with a parameter (no-math-errno in this case)

    • @YannBOYERDev
      @YannBOYERDev 9 місяців тому

      It would take a very long time to build gcc on this machine, even with the 4 processors.

  • @flexispotus
    @flexispotus 10 місяців тому +7

    The ergonomic chair C7 is designed to alleviate the discomfort that arises from prolonged periods of sitting in front of a computer.

  • @grtitann7425
    @grtitann7425 10 місяців тому +34

    C'mon man, BeOS was not weird, it was awesome and way ahead of it's time.

    • @eugenioguasco2791
      @eugenioguasco2791 10 місяців тому +3

      BeOS was a great OS. I installed it the first time when it was at release 3, and I still have the R5.0.3 with drivers and apps downloaded from the old app website. It was very fast and very stable, I still love it!

    • @grtitann7425
      @grtitann7425 10 місяців тому

      @@eugenioguasco2791 I used the x86 version for as long as I could, but the stupid Win modems of the time forced me to move to Windows.
      Thanks to MS illegal actions, we lost an amazing OS.

    • @Toonrick12
      @Toonrick12 10 місяців тому +3

      How about we say it's weird because it was ahead of its time?

    • @grtitann7425
      @grtitann7425 10 місяців тому

      @protonrecuva6717 I know and sadly, that group has wasted a lot of time and opportunities with it.
      Sadly, we will never get either BeOS not HaikuOS in a proper way .

  • @socketwench
    @socketwench 10 місяців тому +56

    The compiler instructions for Classiccube may only work for the Intel version of BeOS, and later revs thereof. I seem to remember there were minor differences in compiler options between the two versions which could cause some headaches.

    • @ActionRetro
      @ActionRetro  10 місяців тому +17

      Ohhh that makes sense

    • @darrell857
      @darrell857 10 місяців тому +11

      The output says "mwcc" which could mean Metrowerks C Compiler, GCC might not have the same problem if you can find it. There was definitely a stack size limit on PowerPC compilers back in the day, I don't recall if it was only on Metrowerks, though it was the most popular. The fix was to make stack-based allocations on the heap (using malloc/free) or possibly using alloca() to work around it. For example the declaration "char bigarray[ 32*1024 ];" would produce this error.

    • @socketwench
      @socketwench 10 місяців тому +1

      @@darrell857 That sounds familiar. I can't remember if I avoided that by allocating my buffers on the heap for the graphics engine I was writing at the time...

    • @Henderson101
      @Henderson101 10 місяців тому

      That was my experience trying to get Allegro to compile back in the day.

    • @Henderson101
      @Henderson101 10 місяців тому +3

      @@ActionRetro mwcc is the only compiler for BeOS PowerPC. Just so you are aware. Retro68 can work in the future, be no one has fully ported it yet.

  • @anumeon
    @anumeon 10 місяців тому +9

    I knew that i recognized that machine.. Colins videos were great.. Nice to see you fool around with it as well. :)

  • @owenrichards1418
    @owenrichards1418 10 місяців тому +8

    I used to own a Quadra 700 and it was getting long-in-the-tooth. I was going to grab one of these, or better yet, make my own from parts when Jobs cancelled the clone program. That is when I decided to "Go to the dark side". I've always been intrigued by these machines.

  • @twinshobbytwinshobby3863
    @twinshobbytwinshobby3863 10 місяців тому

    Пожелавам Здраве и много успехи през новата 2024 година.Поздрави от София България

  • @AnonymousFreakYT
    @AnonymousFreakYT 10 місяців тому +2

    So trippy. Back in the 90s-00s when I was running BeOS/Haiku, I used that same monitor. Seeing BeOS on a Sony CRT brings back so much.

  • @iiidiy
    @iiidiy 10 місяців тому +4

    In before [Draft v3] 🙂 This was such a wild, exuberant computer back in the day. Glad it wound up depreciating better than a Saturn!

  • @baroncalamityplus
    @baroncalamityplus 10 місяців тому +2

    Thanks to This Does not Compute for lending you this. When watching this system on that channel I was wondering what you would have done with it if you got your hands on it. Hope no one hurt their backs.

    • @Toonrick12
      @Toonrick12 10 місяців тому +1

      He bought it from him. Action Retro owns the machine.

  • @andresbravo2003
    @andresbravo2003 10 місяців тому +7

    A massive work here in 2024. Bravo.

  • @Sakurina
    @Sakurina 10 місяців тому +2

    Always love to see BeOS videos on the channel 🙏

  • @zh84
    @zh84 10 місяців тому +2

    1:49 "This slot may not work". Thoughtful note from the previous owner.

    • @Toonrick12
      @Toonrick12 10 місяців тому +2

      You could say... It does not compute.

  • @JackBender
    @JackBender 10 місяців тому +15

    Ah, thank you, I've been waiting for this video for a while!
    Now do Gentoo Linux!
    Thanks a lot to Colin @ThisDoesNotCompute for providing the quad-604 PPC machine!

    • @ernestoditerribile
      @ernestoditerribile 10 місяців тому

      @@skinwalker69420 Even funnier to do LFS(Linux from scratch on it)

    • @HaveYouTriedGuillotines
      @HaveYouTriedGuillotines 10 місяців тому

      I just wonder if it's possible to get some form of modern Linux running on it. Everything is probably still too heavy, though, even for a quad 604. Anything older than a G3 typically is no go.

    • @HaveYouTriedGuillotines
      @HaveYouTriedGuillotines 10 місяців тому

      @@skinwalker69420
      Gentoo sounds funnier. Apparently the Daystar Genesis MP can support 1.5 gigs of RAM (that's actually the same my G4 quicksilver supports), so memory is at least not going to be a bottleneck.

    • @ernestoditerribile
      @ernestoditerribile 10 місяців тому

      @@HaveYouTriedGuillotines I think the only modern option which will run smoothly, will be Alpine Linux 32-bit. In a headless configuration. Or with a minimal XFCE desktop.

  • @oscarcharliezulu
    @oscarcharliezulu 10 місяців тому

    I love that you made the ad fun, not just a read . Approved!

  • @NeverlandSystemZor
    @NeverlandSystemZor 10 місяців тому

    These shenanigans are amazing. I love to see you giving BeOS some love. I used it very limitedly on a 366mhz Celeron E-machines in the early 2000's. Neat OS, but sadly under developed for daily use.

  • @mattreedah
    @mattreedah 10 місяців тому +3

    You are doing the lord’s work. I used to want these computers so much as a young teenager

  • @petemc4190
    @petemc4190 10 місяців тому +1

    Got to use those 4 cpu's for something! Happy New year!!!

  • @RacerX-
    @RacerX- 10 місяців тому

    Shenanigans with a quad-cpu clone! Gotta love that. Looking forward to more with this amazing moose of a Mac.

  • @TheSteveSteele
    @TheSteveSteele 5 місяців тому

    In the ‘90s a company I was working for gave me a BeBox with BeOS obviously to play with and use as a daily if I wanted to. I used it for about a year. The video/audio I/O was really fast of course. Same company gave me a Motorola Mac Clone to play with too.

  • @jordanfourtwenty9694
    @jordanfourtwenty9694 10 місяців тому +1

    don't know if u will see this. I love that sony CRT! Awesome video for me to wake up and watch n sip coffee too in the mornin!!! Keep it up, whenever i cant afford stuff to work on and mess with, i always know u got the good vintage tech videos. You, LGR, And Action Retro, are among my top tech tubers! KEEP IT UP! Happy new yr.

  • @DonVintaggio
    @DonVintaggio 10 місяців тому +5

    6:40 of which the monouser, coop-pseudo multitasking non-memory protected, macos 7.5.x could use just one.For a beast like that 9500MP clone you have picked the right multiuser, multimedia-oriented, real multitasking, protected-memory BeOS, which incidentally was considered as a contender for the "next-gen" macos classic successor by Apple itself (and finally losing to NextStep based MacOS X from Jobs himself).

    • @MaddTheSane
      @MaddTheSane 10 місяців тому

      later macOS releases probably took better advantage of MPU. And there were plug-ins that made Photoshop, etc, be multi-CPU-aware.

    • @DonVintaggio
      @DonVintaggio 10 місяців тому

      @@MaddTheSane Yes, photoshop and some other 3D app included extensions to make use of multiple cpus but it was only an app-based thing, and there were very few of them.And the worst part was the os itself: classic macos crashed a lot no matter what number of cpus you had, making it need to save your work constantly (which was really a problem while working on extensive files like a hundred MB psd or a 3D render).
      It was really a pity: great hardware with lots of cpu, ram, fast scsi disks and weak macos unable to handle the load.And with BeOS the problem was no commercial grade apps available to take advantage of the rock solid unix-like OS.

  • @theprogressiveatheist7024
    @theprogressiveatheist7024 9 місяців тому +1

    With support for up to 4 processors and 1.5 GBs of RAM, you'll never need to purchase another PC for as long as you live!

  • @yghhhhrffv
    @yghhhhrffv 10 місяців тому

    I love your desk. Real desk not the fake ones most show in the videos

  • @bobpegram8042
    @bobpegram8042 10 місяців тому +1

    I used only Macs for years in the 1980s, 1990s, and early 2000s and I have never even heard of a Genesis brand of Mac clone. I remember Umax, Radius, and Power Computing. I looked up a list of Mac clones and there were way more I had never heard of. In the U.S.. In addition to those three, in the U.S. there was APS Tech, Assistive Tech, Daystar Digital (this Genesis), Hardware Research, Mactell, Mac Warehouse, MacWorks, Marathon, Motorola (who made the chips for the Mac), PowerTools, and Vertegri. There were more in Europe and Asia. Some of the U.S. ones are just computer marketing companies like Mac Warehouse for example. That computer looks to be in super good condition!

  • @themaritimegirl
    @themaritimegirl 10 місяців тому

    I was hoping you were going to try to install BeOS within the Mac OS inside SheepShaver running on the BeOS that you installed within Mac OS.

  • @ernestoditerribile
    @ernestoditerribile 10 місяців тому +3

    BeOS is far from a strange OS, I think it was pretty mainstream.

  • @ctrlaltrees
    @ctrlaltrees 10 місяців тому +1

    As a fellow sitting down enthusiast and former FlexiSpot sponsoree, I really need to get in on this action 🤔
    Oh, and cool computer too, I guess 😅

  • @SockyNoob
    @SockyNoob 10 місяців тому +1

    What a lovely BEAST of a machine.

  • @userperson5259
    @userperson5259 10 місяців тому

    That is an awesome machine and awesome to get BeOS running on that.. A quad-core machine from 1995 - who knew?

  • @pierrequillery6765
    @pierrequillery6765 10 місяців тому +1

    [draft v14] thanks for this nice video!

  • @philmunoz9269
    @philmunoz9269 10 місяців тому

    I had just started college in the fall of 1995. The academic computing department had some Mac clone. I didn't use them much but I remember them being glitchy. I done know how well they were maintained. I tried using one to do homework using FileMaker Pro.

  • @zaxchannel2834
    @zaxchannel2834 10 місяців тому +1

    I look forward to seeing how far this thing can be pushed :)

  • @BrentWallace-i6p
    @BrentWallace-i6p 10 місяців тому

    I love this channel. It’s exactly my interest.

  • @keithyakouboff8755
    @keithyakouboff8755 2 місяці тому

    Curious --- and I skipped through part of the video, so maybe I missed it --- but I'm wondering what 3D acceleration options there were for this machine? We were trying to determine its 3D capabilities only using the CPUs. But, what about a dedicated GPU?

  • @ChairmanMeow1
    @ChairmanMeow1 Місяць тому

    Generally speaking, the more ridiculous the premise, the more Im gonna like the video.

  • @proteque
    @proteque 10 місяців тому +9

    such a cool machine. This would be a dream linux computer back in the days as well. I used to use a beige G3 as a linux computer when those where around. sadly I did not keep it.

    • @vivienm7
      @vivienm7 10 місяців тому +4

      Maybe, but I am not sure how good Linux's PPC support or SMP support would have been in 1996.
      My recollection is that there were huge improvements in SMP in kernel 2.2 (released 1999) and a lot of people were running 2.1.x development kernels on SMP systems prior to that because the 2.0 and earlier kernels were not great at SMP.
      And a quick Google suggests PPC support for Linux was being added starting in mid-1996, but it's not clear to me whether that PPC port made it to the upstream kernel until 2.2.
      At the time this Daystar machine came out, kernel 1.2.13 would have been the latest; that's... early... in Linux history.

    • @proteque
      @proteque 10 місяців тому

      @@vivienm7 you are right. I guess I included the years it took before I could afford to buy it used into it. :) The Beige G3 was old before I got it as well.

  • @LellePrinter82
    @LellePrinter82 10 місяців тому +2

    Amazing machine. Would've been interesting to see PPC linux on this machine.

  • @M3G4UK
    @M3G4UK 10 місяців тому +1

    Great video! I remember playing around with Be OS PE and it looked so promising!
    Just a suggestion, please stop thwacking the mouse, it's quite unpleasant to listen to 😅

  • @AddieDirectsTV
    @AddieDirectsTV 10 місяців тому

    2:19 ooooooo it’s one of Colin’s computers. Nice.

  • @dmug
    @dmug 10 місяців тому

    Holy hell, I remember seeing these as like a tween in like a Mac Mall or something and wondered if they ever shipped…

  • @marcelobarboza3914
    @marcelobarboza3914 10 місяців тому

    Oh man, your videos are awesome. Please, keep on!

  • @graealex
    @graealex 10 місяців тому +1

    Shout-out to Collin. This isn't usually the kind of hardware you'd give away.

  • @BeefPanda85
    @BeefPanda85 10 місяців тому +3

    Are those the fastest processors that the motherboard can support. And if they are can you overclock them. Maybe add a graphics card?

  • @der.Schtefan
    @der.Schtefan 10 місяців тому +1

    Is gcc available on BeOS? Maybe that works?

  • @deamondeathstone1
    @deamondeathstone1 10 місяців тому +4

    So would the PowerPC version of Amiga os 4.1 run on this?

    • @MaddTheSane
      @MaddTheSane 10 місяців тому

      Under virtualization, probably.

  • @aresident7745
    @aresident7745 10 місяців тому

    i had pretty much the same flatscreen in black. got it out of a hospital dumpster while they were upgrading computer systems

  • @mspeter97
    @mspeter97 10 місяців тому +2

    yeah, the way BeOS boots must be similar to how A/UX & other BSD things boot on such computers.
    Mac OS back then had little to no memory protection so in theory, the loader just has to overwrite everything & call it a day.

    • @Toonrick12
      @Toonrick12 10 місяців тому

      Kind of surprised that little viruses were written for Classic Mac OS.

  • @DangerousPictures
    @DangerousPictures 10 місяців тому +1

    the video description is "I picked up one of the "Trash can" 2013 Mac Pros for a bargain. So, let's install Linux on it!" you might want to fix that :)

    • @ActionRetro
      @ActionRetro  10 місяців тому

      Haha whoops thanks!

    • @DangerousPictures
      @DangerousPictures 10 місяців тому

      @@ActionRetro I kinda wanna see linux on the quad g4 behemoth tho

  • @perinoid
    @perinoid 10 місяців тому +9

    Did you consider intalling Linux on it? It should perform better. Some years ago I had a Power Mac 9500 180/MP (if I remember correctly), that had 2xPPC and Linux was working pretty nicely on it.

    • @ActionRetro
      @ActionRetro  10 місяців тому +8

      Ohhh that’s coming haha

    • @perinoid
      @perinoid 10 місяців тому +2

      @@ActionRetro Oh, now I reached the end of the video, where it's mentioned 😀

    • @CodingItWrong
      @CodingItWrong 10 місяців тому +5

      With Sean, the answer to "did you consider installing Linux on it" is ALWAYS yes

  • @DanielLopez-up6os
    @DanielLopez-up6os 10 місяців тому +1

    Oh lord this Could run the PowerPC Version of Amiga OS at lightning fast speed.

  • @lemagreengreen
    @lemagreengreen 10 місяців тому +1

    It's kinda absurd this thing existed, engineering that motherboard alone must have been a huge undertaking considering the market for the product

  • @EirikrTinkerTries
    @EirikrTinkerTries 8 місяців тому

    - BeOS by the way is amazing.
    - Is there a Haiku PPC also?
    - One of the partitions ArchLinuxPOWER? (GOTTA GIT GUDEST AT ARCHIE)
    - one of the partitions booting OS X Tiger via the old XPostFacto disk images from within macOS 8.6 or 9. (I kinda swear by mSATA SSDs in IDE adapters thanks to their build in TRIM support and built in… nand cache… I think it’s called).I just don’t know how to make vids

  • @Zhuge_Liang
    @Zhuge_Liang 10 місяців тому

    Does Haiku OS come in a PowerPC version? It's sorta BEGGING to be on this thing.

  • @light-gray
    @light-gray 10 місяців тому +3

    Final Video of 2023?

  • @ironhead2008
    @ironhead2008 10 місяців тому +1

    Like a quad processor Pentium MMX 133 system I guess? Or maybe a quad AMD 5x86 or quad Cyrix 586? Not really sure of what this PPC variant equated to on the x86 side of things. And isn't the FSB like 33 mhz for this thing?

  • @boydpukalo8980
    @boydpukalo8980 10 місяців тому +1

    The teapot was CPU rendering. You need something like a Voodoo card. MacOS was hot garbage. BeOS at least has a multi-CPU scheduler and presumably memory protection. BeOS was awesome. Too bad it died commercially. Pretty cool system. Its a beast.

  • @AlfOfAllTrades
    @AlfOfAllTrades 10 місяців тому +2

    All you need now is 4 604ev processors running at 350 MHz...

  • @balthron
    @balthron 10 місяців тому

    I have so many questions. What bus do the processors use to communicate? does each CPU has it's own memory bank? Mac os classic had no memory write protection so if the memory is shared the system will be super unstable. How does the system offload task to other CPUs? Mac os classic had no native SMP support until version 9. Is the task offloading done on an application level or system level? if on system level, how? did Daystar had access to mac os source code? How well will this system run a modern NetBSD\OpenBSD?

  • @DarkestVampire92
    @DarkestVampire92 10 місяців тому

    Any chance Haiku might run on this? Might be something worth testing in the future, though i remember reading that PowerPC support is still being worked on.

  • @timrutter
    @timrutter 10 місяців тому

    I used to sell and install Daystar nPower dual cpu upgrade into Apple PowerMacs and even a few UMAX systems
    What’s the last version of Classic Mac OS does the Quad Daystar system support with full MP support?
    What about PowerPC versions of MacOS X?

    • @Toonrick12
      @Toonrick12 10 місяців тому

      I feel like Mac OSX is too new for even four 604's, even if you could get drivers and such to work with it. As for max system, I would guess 8.1 or 8.5.

  • @MichaelODonnell
    @MichaelODonnell 10 місяців тому +1

    Would be great to see a future video where you try and get OS X 10.2 or something running on this, my understanding is that it can be easily run on a PPC 603/604 platform?

    • @TD_YT066
      @TD_YT066 10 місяців тому

      Anyone ever find one of the NExT systems with two MC88110's ?

  • @Trylen
    @Trylen 10 місяців тому

    I can't remember but, with all the Be puns, did you pass on the Army song? "Be, al that you can Be"

  • @ArmaAutomotive
    @ArmaAutomotive 10 місяців тому

    Love Beos. I had 4.5 on a laptop back then.

  • @DanielTheBigD
    @DanielTheBigD 10 місяців тому +1

    But what about MorphOS? It's an Amiga-compatable operating system that Michael MJD explored a few months back before it was open-source.

  • @RichsRandomRetroReviews
    @RichsRandomRetroReviews 10 місяців тому

    Quick question: How is it you said you were going to install 5.0.3 but when you did About BeOS it was 5.0.1?

  • @Henderson101
    @Henderson101 10 місяців тому +1

    5.03 is the last “official” version, but I used to have a later version that looked like the Dano release on my PowerPC systems. It claimed to be 5.05 or something like that.

  • @Ybalrid
    @Ybalrid 10 місяців тому

    my favorite thing about the external apparence of this tower is that somebody had an apple sticker on top of the daystar logo for a while it seems (since it yellowed around it lol)

  • @xcellnt
    @xcellnt 10 місяців тому

    The only MP I can wholeheartedly support

  • @manobit
    @manobit 10 місяців тому +1

    An another IBM PPC POWERed!!

  • @danielgomez2503
    @danielgomez2503 10 місяців тому +1

    I vote for a BSD-type OS to be installed next on the BeHemoth

  • @teapot401
    @teapot401 9 місяців тому

    How can I get these cool retro PC(s)? They are expensive and to hard to find in EBay.

  • @ELECTROHAXZ
    @ELECTROHAXZ 10 місяців тому

    What about Linux? Maybe Alpine or antiX? They run new Linux 6+ kernel which can compile code for ppc and run it.

  • @esra_erimez
    @esra_erimez 10 місяців тому

    Happy and Healthy New Year to Action Retro and all the Action Retro viewers! Who's watching in 2024?

  • @TRLTheRandomLab
    @TRLTheRandomLab 10 місяців тому +1

    Draft v2
    Draft v3
    Draft v3 Revision 1
    Draft v3 Revision 1 for real this time
    Draft v3 Revision 1 I really mean it this is the final version

  • @HarrisFS
    @HarrisFS 9 місяців тому

    Do I go to Best Buy and tell them I'd like to upgrade to a Blue Scuzzy drive?

  • @TroisDjinn
    @TroisDjinn 6 місяців тому

    SL1 was an amazing car, screw those seatbelts, Though!

  • @danielrhodes7594
    @danielrhodes7594 10 місяців тому

    Since Daystar has special software to support multiple processors, what does Apple do to support multiple processors? The PowerMac 9500 & 9600 have multiple processors? Is there any software that can use both of the processors of the 9500/9600?

  • @gertk2303
    @gertk2303 10 місяців тому +1

    Looking at the 4 CPU load meter it looks like the processors never run concurrently but rather one after the other. Using cache or seperate memory per CPU might give a boost anyway but still..

  • @blunderingfool
    @blunderingfool 10 місяців тому

    That's a lot of computer! Holy grainola!

  • @atptourfan
    @atptourfan 10 місяців тому +2

    Missed opportunity to run that 3-D demo first with one processor, and then with the four processors. It’s otherwise difficult to get a sense of the performance.

    • @cyrilthefish
      @cyrilthefish 10 місяців тому

      I also wonder how it'd handle multiple copies of that demo running, if thats possible :)

  • @colonelbarker
    @colonelbarker 10 місяців тому

    I would love more Apple 1 content if you're up for it.

  • @madson-web
    @madson-web 10 місяців тому +1

    I wished there were multiple CPU boards to the mc68000 and it's variants

  • @emdotrod
    @emdotrod 10 місяців тому +3

    A draft???? Got to finish it then sir

  • @nomadic_shadow
    @nomadic_shadow 10 місяців тому +1

    I love the teapots lol

  • @keithyakouboff8755
    @keithyakouboff8755 2 місяці тому

    Okay, in 2024, I want one. Imagine... Infini-D, EIAS, AE, Premiere, Form-Z, Photoshop... the possibilities... Maybe one day when I retire.

  • @bsduser1-m4o
    @bsduser1-m4o 10 місяців тому

    awesome,love this:)

  • @12me91
    @12me91 10 місяців тому

    Dang quad-core in 1995 that's amazing

  • @fra4455
    @fra4455 9 місяців тому

    Great video✌

  • @jeffyp2483
    @jeffyp2483 10 місяців тому

    great video
    i heard 'linux' cant wait

  • @TheRus13
    @TheRus13 10 місяців тому

    Maybe try to install the MAC OS X version that supports many processors.If I'm not mistaken, the server versions should be supported correctly. It would be nice to replace the video card with a higher-quality one in terms of speed (if possible on clones), for example, by flashing the PC version.

  • @Toby_Q
    @Toby_Q 10 місяців тому

    Hey I saw this machine at VCF Midwest! Yeah, some weird dude who likes to load weird OS's on old haunted machines just bought it and..... oh, this is awkward!

  • @ErazerPT
    @ErazerPT 10 місяців тому

    Seen bigger cases back in the day, but damn, don't think i ever saw one that looked so "chunky"...

  • @hannescampidell
    @hannescampidell 10 місяців тому +1

    And next: Gentoo: the compiling nightmare

  • @sze9000
    @sze9000 10 місяців тому

    Sweet spicy Spindler!

  • @PhonicUK
    @PhonicUK 10 місяців тому +2

    Could A/UX take advantage of multiple processors?

    • @AshtonSnapp
      @AshtonSnapp 10 місяців тому +1

      Sadly A/UX was never ported to PowerPC…

    • @doq
      @doq 10 місяців тому

      A/UX was never released for PowerPC, and as far as I'm aware there aren't any multiprocessor 68K machines either.

    • @No-mq5lw
      @No-mq5lw 10 місяців тому

      @@doq Konami had some dual 68k arcade machines. Obviously they aren't for consumer applications and only 2 games were ever made for it, but it still exists.

    • @paul_boddie
      @paul_boddie 9 місяців тому

      @@doq Digging around indicates that Bull DPX/2 310 and 340 machines were multiprocessor 68030-based machines (two and four processors respectively). Original architecture Sony NEWS workstations could have dual 68020 or 68030 processors. I'm sure there are plenty of other examples, even though when multiprocessing was really taking off, manufacturers would already have been moving to RISC processors.
      Edit: The BBN Butterfly apparently scaled up to 256 68020 processors!