Is AROS The Future of Amiga?

  Рет қаралды 125,137

Dan Wood

Dan Wood

Күн бұрын

Пікірлер: 477
@paolobesser3382
@paolobesser3382 2 жыл бұрын
Hello, I am the mantainer of Icaros Desktop and I would like to thank you for your video. It's always great to see proofs of appreciation of all the astounding work AROS and 3rd party apps developers have done. I am just trying to mix them all together in a way they can inter-operate to get the best possible modern Amiga-like experience.
@electrictroy2010
@electrictroy2010 2 жыл бұрын
I don’t even use a computer anymore. I do everything on my phone, except when I’m at work (Windows laptop). Amiga desktop is pretty dead .
@BiohazardX9
@BiohazardX9 2 жыл бұрын
@@electrictroy2010 maybe to you but definitely porting old OS to modern day hardware is very useful. if you knew anything about desktops, you'd realise that workbench is actually pretty useful. This (Aros), React, and Haiku are all very impressive OS's.
@keyboard_g
@keyboard_g 2 жыл бұрын
Is the source to Icaros available to view? I couldn’t find a link on the website.
@johnjoyce
@johnjoyce 2 жыл бұрын
@@keyboard_g I could not find source either.
@kotyz85
@kotyz85 2 жыл бұрын
@@BiohazardX9 Haiku also has a decent webkit-based browser capable of youtube playback and a ton of apps ported over from linux (mostly qt/kde apps) including vlc, libre office, telegram desktop. Most usable from all of these small alternative OSes. Too bad they don't have any working arm port, it would be perfect desktop OS for raspberry pi.
@50MGG
@50MGG 2 жыл бұрын
Many years ago I hacked together AROS to run on a modified XBOX, had soldered 128MB ram also to be more useable, great fun, still have that machine kicking around somewhere :) Maybe it's time to revisit it again.
@mshular
@mshular 2 жыл бұрын
With AROS, I wish we still had Fred Fish around. He rallied a lot of the community to open source and helped us get the tools needed to bring the platform forward without Commodore. AROS is the future, but getting a group of Amiga developers to agree on anything needs a respected early leader behind it. If only Carl Sassenrath or someone of the like would step up
@manuel-xax
@manuel-xax 2 жыл бұрын
I was about to post "+1", despite it felt too few. Then I remebered I still own various Amiga, so as a much deserved tribute, here they come in "+" form :-) +500 ! +1000 ! +4030 !
@mshular
@mshular 2 жыл бұрын
@@manuel-xax I started pretty late into the game around '95. Still got a 2000 (040) and a 3000 (060), with a plain jane 1000 in the mail. Never has another computer inspired me to dig in and enjoy using it even before running any software like the Amiga has
@manuel-xax
@manuel-xax 2 жыл бұрын
@@mshular I owned a 2000 (later added a 030+882 accelerator board). The 3000 is the one I never had, despite it was the most beautiful beside the 1000. Just like you, in my eyes the Amiga was the most inspirational computer I ‘ve owned. It took over 20+ years before I started to really like a lot (almost « an Amiga lot » !) another computer. That other computer is my base model M1 MacBook Air, by the way.
@KiraSlith
@KiraSlith 2 жыл бұрын
Welcome to "The FOSS Problem" Amiga Community! Seriously, give it a few years and next thing you know you'll be having arguments about which variant of a dozen FOSS system components (that all do the same thing) is "better". In another ~20 years you're going to have an executable format war that will continue... effectively forever. Cheers, from a begrudging Linux user.
@EmperorGoodwin
@EmperorGoodwin 2 жыл бұрын
Not sure how useful Carl would be given the ups and downs of his Rebol project.
@Vorper
@Vorper 2 жыл бұрын
Pretty incredible that this level of OS is done by a small developer. KZbin what it takes to make a modern OS, the resources required are massive
@fuzzywzhe
@fuzzywzhe Жыл бұрын
OS itself is pretty simple. It's the applications on top of it.
@somesalmon5694
@somesalmon5694 Жыл бұрын
I figured the biggest problem would be drivers especially with the lack of documentation for devices especially graphics cards and peripherals although those aren't necessarily as important.
@Kalamatee
@Kalamatee 2 жыл бұрын
Great video, Dan. Always nice to see some appreciation of the massive amount of work people have contributed to developing AROS, just a shame more with the ability/knowledge don't get involved.
@fcf8269
@fcf8269 2 жыл бұрын
Beside doing it for nostalgia, if there is no revenue model, people with skill and ability and knowledge won't spend their time on it. Unless you have free time to spend and prove you can run raytracing on an atari 800 to show how skilled you are, anything else is done mostly for the purpose of getting money in your bank account. If they start to sell AROS, you can bet that more people will try to make a check out of it, and you will see people with skill and knowledge joining in.
@cinemint
@cinemint 2 жыл бұрын
The elephant in the room is that the mascot might be the reason people aren't talking about it as much lol
@SônicoRJ
@SônicoRJ 2 жыл бұрын
I agree. The creator of this mascot is a furry degenerate. Even if you put those things aside, i find the design of this mascot quite cringe.
@cinemint
@cinemint 2 жыл бұрын
@@SônicoRJ it's basically ensuring that most women in tech never take part in this project
@vurpo7080
@vurpo7080 2 жыл бұрын
There's a little thing I'd like to note: RAM disks are also a built in feature used by default on Linux - your /tmp directory is a RAM disk and you can create other ones anywhere in your filesystem by creating an empty directory and mounting the tmpfs filesystem inside them!
@sashakoshka
@sashakoshka 2 жыл бұрын
/tmp is not always stored in ram
@judgegroovyman
@judgegroovyman 2 жыл бұрын
@@sashakoshka that's true they are only stored in ram by default. they can be configured to be stored elsewhere of course but by default they are like an amiga ram disk.
@judgegroovyman
@judgegroovyman 2 жыл бұрын
thats a good point! I never thought about how similar the /tmp and the amiga ram disk are.
@judgegroovyman
@judgegroovyman 2 жыл бұрын
thats a good point! I never thought about how similar the /tmp and the amiga ram disk are.
@CrassSpektakel
@CrassSpektakel Ай бұрын
Let me correct you: tmpfs is optional and must be loaded as a module and mounted through /etc/fstab. If you don't do that then /tmp/ is just a directory on your drive. Using tmpfs is also recommended on SSDs to reduce Write Load. Under some circumstances tmpfs can be a problem, for example I have a system which has to sort Terabyte-sized files - and guess where the temporary sort-Files are created... in /tmp/... as long as your computer doesn't have several Terabyte of memory you can forget about that. Therefore on that System I disabled tmpfs - sort also offers to relocate the temporary files but as this system does a lot of similiar things I decided to just make a clean cut.
@somesalmon5694
@somesalmon5694 Жыл бұрын
I would really love to see these os' being ported to the new upcoming risc-v architecture :) this would be a really fun potentially smaller code-base to learn more about os development, especially with an open architecture with more and freely available documentation
@bilbobaggings
@bilbobaggings 2 жыл бұрын
Absolutely brilliant look at AROS from you. Used this many years ago and even then, i found that it was very good.
@samshort365
@samshort365 2 жыл бұрын
I have installed AROS two or three times over the years and I was pleasently surprised, although I could not consider it stable enough for regular use. Recently, I unearthed a complete UAE system I created 20 years ago and archived onto a dvd ram disc. I had set up the emulation to boot into Scalos and I must admit that in the early 2000s it looked really cool. In fact, I would have liked to have owned an A4000 in the day, but they were far too expensive for me buy. Following the demise of Commodore emulation became the only way of having a decent experience of this platform, so I dedicated a machine to it. The Internet was not as sophisticated as it is today and any browser could provide connectivity. However, my concern about the Amiga/ AROS/Morphos platform today is that it will remain an oddity for nostalgia and only of interest to a few. In its current form it could not replace a productive environment like Windows, Linux, Mac Os or even BSD. I also reserve this sentiment for Haiku, React and Risc Os. In fact, I tried to install Haiku onto hardware two weeks ago and it didn't work. This is unfortunate as, at one time, I used BeOS 5 Professional as my main system, before moving to Linux after the Zeta fiasco. Today I have a dedicated Raspberry pi for RiscOs 5 and I love it, but I still need to access a PC for printing and KZbin. My point is that whilst people like Paolo Besser and other developers are doing a fantastic job at keeping these environments alive, I often wish the diversity had never died. The Amiga would have evolved into a wonderful modern platform in its own right. Given the enormous resources required to create and maintain an OS I think AROS and the like should be ported to unix/Linux as a layer just like Mac OS is over Darwin or Android is over Linux.
@xPLAYnOfficial
@xPLAYnOfficial 2 жыл бұрын
To get around the lack of USB boot, I bet this would work with Ventoy, which is a tool that lets you launch ISO files from a USB drive. This would probably be the best option currently until they get a native USB installer option working.
@AMIGASYSTEM
@AMIGASYSTEM 2 жыл бұрын
No lack, Icaros and AROS One can boot from USB, but you can also create a PendriveLive to install AROS on HD !
@HoldandModify
@HoldandModify 2 жыл бұрын
Well now I don’t need to make this video for my channel. Mine would’ve been terrible anyways. Lol. Great video Dan!!!
@TemalCageman
@TemalCageman 2 жыл бұрын
Yes.... you are the most underproduced and poorly produced Amiga channel on youtube anyways... ;)
@pkf4124
@pkf4124 2 жыл бұрын
Great video Dan, With ICAROS Morphos and Amithlon we have it covered. how ever it would be some much better if everyone just played from the same song sheet, then we could have something really great.
@TYNEPUNK
@TYNEPUNK 2 жыл бұрын
Thanks Dan, looks like Icaros has come a long long way, the integration is what interests me the most, I might have to try this on an old netbook! Great video, makes me wonder how easily we could port chrome or something :)
@spaingerusmacos9894
@spaingerusmacos9894 2 жыл бұрын
You don't have to, run it hosted and you can access chrome or Firefox and other apps.
@joefish6091
@joefish6091 2 жыл бұрын
Try a competent all-in-one , picked up a bargain Acer qusd core many years ago at wallyworld, runs FS-UAE on nix a dream.
@ricky865
@ricky865 2 жыл бұрын
It would be cool if Hyperion ported Amiga OS 4.1 to ARM. The same can be said for Morph OS.
@SkynetCyb
@SkynetCyb 2 жыл бұрын
Do they even have devs left to even issue bug fixes? I can't remember the last time I saw any news about anything new for OS 4
@robertgijsen
@robertgijsen 2 жыл бұрын
In terms of support Hyperion must be the worst company I've ever dealt with. I bought kickstart 3.2 and the floopy edition, as I like to be able to install my Amiga like I'd have had to do it 30 years back. But it's missing several floppies (ie the diskdoctor one). After more than half a year of mailing, posting on their facebook and even TRYING to get my forum account acitivated I downloaded the ISO from Pirate Bay. My patience only goes to a certain level. I won't expect anything at all from Hyperion. I'm absolutely grateful for their software and kickstart (which is why I bought it) but the company itself is crap.
@Anticorriente
@Anticorriente Жыл бұрын
ARM not but RISCV.
@brodriguez11000
@brodriguez11000 9 ай бұрын
Borrow from industrial computers the passive backplane. Everything active on daughter-cards. Less obsolescence, and easier to change and upgrade.
@espenskog8745
@espenskog8745 2 жыл бұрын
Thanks for this nice review. I liked seeing how the seamless emu mode works. Could you do the same review but with MOS ? Would be nice to hear your conclusion/thought on these two on such a side-by-side comparison.
@jamesmattson6813
@jamesmattson6813 Жыл бұрын
Dan, I believe you mentioned you might do a video on AROS ONE !AROS ONE Ver 2.0 was just released and looks awesome,Hope you decide to take a look at it soon and better yet decide to do a video on it!You put out some awesome and very informative videos!
@aresaurelian
@aresaurelian 2 жыл бұрын
A basic modular program perhaps that can: 1. Be a working rigid and stable word processor, 2. data editors/transformators (music/sound/images/video), and 3. coding IDE with streamlined, minimalistic design, with option for additions. (VScode style?) Once the coding option is working we can allow the community to work through it to mass produce other solutions. Because it is Amiga and the rigid old systems it should be a low level language as its base, but provide optional extensions for the higher level programming languages if possible. Just an idea.
@desreb740
@desreb740 2 жыл бұрын
Loving the preview and commentary.. when came to audio, we need to hear ((hopefully ASIO will be a good implementation. Thnx
@RJLightning68
@RJLightning68 2 жыл бұрын
Been considering running AROS as a way to playing classic Amiga games and software. Might run it on my own retro PC's
@synthshoot1026
@synthshoot1026 2 жыл бұрын
Thanks for laying out this video like that as it clarifies allot of confusion.
@Ashley389100
@Ashley389100 2 жыл бұрын
I watch a lot of vintage channels there's no practice point to them but I enjoy watching them 😀
@boydpukalo8980
@boydpukalo8980 2 жыл бұрын
Really cool video. I bought a Vampire V4 Standalone last year and have Coffin, 3141, 321, and Apollo OS (fork of AROS). I only got into Amiga 2 years ago. Oh yeah I also bought a x5000 motherboard for OS41 with an AMD RX590 GPU for OS41and just added a Radeon X1950XTX which Morph OS can now use with hardware acceleration! Expensive but cool.
@TemalCageman
@TemalCageman 2 жыл бұрын
Wow! Are you dualbooting your X5000 (AmigaOS4.1 and MorphOS)? How do you set that up?
@TheDesertBlizzard
@TheDesertBlizzard 2 жыл бұрын
I like this. Would like to see more about making this a nice environment on real hardware, and videos describing how to get the most out of Janus to take advantage of the amazing 68k back catalog classic Amiga offers.
@DennieSparkman
@DennieSparkman 11 ай бұрын
I love this. I'm downloading it now to install on one of my older laptops. I'll put all my old Amiga games and test as many Amiga apps as I can on it to see what happens. This will be fun. "Never give up, Never Surrender" :P Thank you for posting this video.
@AmigaCammy
@AmigaCammy 2 жыл бұрын
Aros is awesome! I used to have so much fun beta testing software on my Aros PCs, it's so ideal for Amiga hobbyists and such a shame it gets ignored or overlooked.
@bobfromsoireegames4309
@bobfromsoireegames4309 2 жыл бұрын
Another great video Dan. This is an interesting OS for sure
@timdaeleman
@timdaeleman 2 жыл бұрын
Great video again! Make sure you check the AROS versions for the Vampire as well: ApolloOS & Aros Caffeine. BTW the name for directory is drawer, not folder in Amigan :P
@danwood_uk
@danwood_uk 2 жыл бұрын
Yeah brain fart on “folders” 😖
@amigang
@amigang 2 жыл бұрын
Aros ran surprisingly well on old netbook acer inspire one, I remember it supported all the hardware of that device too, wifi, usb drives, vga out, I used that for a time as my Amiga fix on the road (and did website programming on that netbook) it was a great little package. I think when the dev focus on one device the system was much better for it. Aros is a great Amiga solution but it does still need a bit more spit and polish so to speak. I hope the platform popularity improves, because it does deserve more respect for being an alternative to all the legal mess that let’s face has cast a shadow over the platform ever since commodore went under.
@spaingerusmacos9894
@spaingerusmacos9894 2 жыл бұрын
The reason for the support of that particular device is because Steve paid a developer to get drivers for it.
@RemnantCult
@RemnantCult Жыл бұрын
I must admit as someone looking into the Amiga ecosystem, it feels like a very closed off space in a way. That's just been my first impression.
@SasaPaunkovic-camplus2
@SasaPaunkovic-camplus2 2 жыл бұрын
Great review, as always. This is important topic for the future and it's nice to see use of gnu/linux codebase. Linux will also benefit from Icarus Desktop as well
@jensdroessler3575
@jensdroessler3575 2 жыл бұрын
AROS needs much more support by the community. If there‘s a future for Amiga, THIS is it. The only thing I really wish for is better integration for native 68k Amiga apps. As it seems now it loads a whole emulator, a whole 68k OS and runs apps there. I‘d say that‘s basically the brute for e approach. We need to trap API and OS calls to use the native x64/ARM API and OS functions, so that all those functions like drawing windows, opening requesters, library calls and so on run at full speed on the host system.
@joefish6091
@joefish6091 2 жыл бұрын
Using QEMU or UAE to run proper old school Amiga apps and 68K code is the sensible wsy to do it. The core and philosphy of AmigaOS is recusive reentrant code, pre-emptive multitasking, strict kernal control of apps and routines.
@jensdroessler3575
@jensdroessler3575 2 жыл бұрын
@@joefish6091 And that didn't change with AROS. As long as all handles, hooks, APIs etc. are compatible at interface level, it would work. It's how other emulators work, it's how Apple's Rosetta works for the third time.
@johalun
@johalun 2 жыл бұрын
A big problem is always going to be hardware support and the amount of effort needed to support just a few PC models. I would be in favor of focusing on a popular platform like Raspberry Pi however their Broadcom GPU is closed source so no way to get accelerated graphics. Even with open source hardware, just writing a GPU driver for a different OS is an insane amount of work. Considering this I strongly believe the best future for AROS is hosted on Linux. You get all the benefits on the Linux kernel (support for basically any hardware) while the Amiga devs can focus on the user experience and the userspace software stack. Heck, even add kernel support for m68k binaries and maybe even emulation in the kernel for a seamless integrated experience. I don't mean to diminish the hard work of AROS devs, they have done an amazing job. But trying to be realistic, this is my point of view.
@Bleats_Sinodai
@Bleats_Sinodai Жыл бұрын
I am both surprised and not surprised about seeing Eric W. Schwartz artwork accompanying such a project.
@stephencooley5523
@stephencooley5523 2 жыл бұрын
On a OS which try's to be a future version of the Amiga OS Workbench would it not been better to include Gloom 1 and 2 instead of Doom.
@dyscotopia
@dyscotopia 2 жыл бұрын
It would have been nice to see a game running in 68k integrated mode with the Amiga Forever roms. I admire the passion and if they get the USB drive option solid, I'd check it out for old time's sake. I wonder if they could include the Linux kernel as an option to increase the library by an order of magnitude
@TemalCageman
@TemalCageman 2 жыл бұрын
Lots of external USB optical drives to buy if you ever need that CD, DVD or BlueRay. And they are quite cheap.
@NOPerative
@NOPerative 2 жыл бұрын
If the Icaros img is a standard ISO format then Ventoy on a thumb-drive will run the image without any need for formatting - merely drag and drop the ISO to your Ventoy image directory on your thumb-drive. I've messed with Icaros in the past, but was in VM systems like Workstation & others. Had recently looked at Aros One myself (like January 2022) and it does look fantastic. Good vid.
@AMIGASYSTEM
@AMIGASYSTEM 2 жыл бұрын
New version of AROS One 1.8 released visit AROS One Home Site
@SenileOtaku
@SenileOtaku Жыл бұрын
Presuming the Icaros ISO doesn't do any oddball boot tricks (you can't use Ventoy to load a MacOS boot image for example). But since they seem to be using GRUB for booting the disk it may work fine.
@TheDoctorFlay
@TheDoctorFlay 2 жыл бұрын
Anyone else notice the error at 13:15 ? No Dan they are not called folders on Amiga. Stand in the corner and face the wall.
@danwood_uk
@danwood_uk 2 жыл бұрын
Yep, long day 😩
@catriona_drummond
@catriona_drummond 2 жыл бұрын
The Amiga scene has always been a hot mess. I remember the flamewars of 2001 when The "traitor" MorphOS broke away and competed with a not even released Amiga OS4.
@GlensRetroShow
@GlensRetroShow 2 жыл бұрын
Great video my friend.
@mfs5493
@mfs5493 Ай бұрын
The future of Amiga is the nearest landfill. Where else?
@xeschire706
@xeschire706 Жыл бұрын
Powerpc is still around in the form of the power architecture, you can get a some parts for building a power9 developer workstation desktop from raptor computing, plus the power architecture, the same architecture behind the older powerpc processors is open-source now. The latest version of the power isa, is v3.0 the same version behind the newer IBM power10 server processors!
@pauledwards2817
@pauledwards2817 Жыл бұрын
It’s a great project but think UAE for 68k is a bit of a jump in the wrong direction. It rather mimics the way 68k Mac apps ran on OSX. A complete os running in the background. OSX flipped over to running powerpc applications on OSX intel with then at the mercy of the OS with an application running mixed PowerPC for the application with API calls going to intel. Bet very few 68k apps are well enough behaved to live in that world.
@kjetilhvalstrand1009
@kjetilhvalstrand1009 11 ай бұрын
This true, AmigaOS programs depends on hardware they run on for sound its Paula chipset, for timing it’s the CIAA/CIAB chips, and for graphics its Denice, taking out this chip means the games do not know what to do. Also, API has changed over the years. Some programs will only work on a particular kickstart version.
@keyboard_g
@keyboard_g 2 жыл бұрын
Thanks Dan, this looks great. My reservation about using AROS beyond playing is security based. Linux has the benefit of thousands of engineers working on it and apps.
@Francois_L_7933
@Francois_L_7933 2 жыл бұрын
But AROS has the advantage that not a single hacker would bother with it. Security through obscurity.
@bzuidgeest
@bzuidgeest 2 жыл бұрын
@@Francois_L_7933 security thru obscurity is a horrible fallacy. It only takes one. Anyone decides to take advantage you have no protection at all.
@Francois_L_7933
@Francois_L_7933 2 жыл бұрын
@@bzuidgeest That's quite true. I wouldn't trust it with my banking info that's for sure. But I don't think anybody would really take advantage of a system that is used on a few thousands of computers worldwide when there is a gazillion Windows PC's that are often very poorly maintained that could be accessed.
@piotras2137
@piotras2137 2 жыл бұрын
can you change the kickstart in emulated amiga?
@CoolDudeClem
@CoolDudeClem 2 жыл бұрын
I still consider 2009 & 2011 a "modern day" year
@awesomeferret
@awesomeferret 2 жыл бұрын
It is the the grand scheme of things. The proof is how a ten year old pc can still play 1080p60 KZbin perfectly and can still browse the web perfectly (with slightly choppy scrolling, of course).
@SenileOtaku
@SenileOtaku Жыл бұрын
2009 is still recent history to me. It's kind of like seeing people saying how they were watching "Lucky Star" when they were kids, but *my* anime growing up were "Gigantor" and "Speed Racer".
@micflynn1
@micflynn1 2 жыл бұрын
I use a Toshiba P105-S6197 Laptop with 4 GIG Memory and a 120G HDD. I have FS-UAE Linux usb boot, installed on the HDD so when I turn on the Laptop it boots straight to an Amiga 500 with WB 1.3 : I can add ADF disk to the folder to boot games or workbench etc by using a windows bootable USB drive to edit the Linux HDD files. You can edit the Config file to boot any Amiga you want, 500 - 4000. I also use FS-UAE to configure new systems and test them, then just copy the new system config file to the laptop and set the system config file to boot the new system.
@DFX4509B
@DFX4509B 2 жыл бұрын
This would be a cool use for an old A4-5000 board.
@sdgx0
@sdgx0 Жыл бұрын
damn that catto looks dashing
@gettingpast4391
@gettingpast4391 2 жыл бұрын
I dont understand why Amiga os demos always feature a paint program as the big prize. Who cares about a paint program! How about somehing useful like torrent, chat client, modern email client, ftp client, ssh, anything modern. I am a huge amiga fan and love where aros has ended up and would really like it to also be useful on a daily basis with a decent networking stack and utilities preinstalled.
@umbrollo
@umbrollo Жыл бұрын
Great to see Morph OS working still on PPC, there must be a ton of PPC out there
@kjetilhvalstrand1009
@kjetilhvalstrand1009 11 ай бұрын
OLD hardware == DDR2 or old GFX cards, no 3D support, or no hardware video decode support, and no PCIe and you have its maybe v1.0 or v2.0. so its slow. yes the last G5 are pretty good, but they are noisy. But comparing AmigaONE-X50x0 to low spec PowerPC mac is disingenuous.
@SidebandSamurai
@SidebandSamurai 2 жыл бұрын
Brilliant review. Thank you for your work.
@NeonEUC
@NeonEUC 2 жыл бұрын
As always Dan, another classic vid, I haven't watched it yet.. but know its going to be worth it as soon as I crack the beers open and watch this. Also a big thank you to you, Joe and ravi in advanced as I asked for the Amiga Adidct mag for it to be autographed by you guys. I'm in fa ebook jail for the next month so I will post it on your wall and the retro hour to let people know how awesome you, ravi and Joe are. Million thanks once again Dan. Means a lot to me mate 😊👍
@Francois_L_7933
@Francois_L_7933 2 жыл бұрын
I tried it a few years ago on an old netbook as I thought it would be nice to have a very small portable Amiga, but I ran into issues with the WiFi that I just couldn't work around. So it sadly went back to being a Linux device.
@camthesaxman3387
@camthesaxman3387 2 жыл бұрын
Most laptops have a removable WiFi card, and you can swap it out with one that's compatible. The Atheros 5000 chip in my Eee PC works great with AROS.
@paolobesser3382
@paolobesser3382 2 жыл бұрын
Just install an atheros 5000 minicard in your netbook instead of the included one. Netbooks fly with Icaros.
@Francois_L_7933
@Francois_L_7933 2 жыл бұрын
@@paolobesser3382 I'll have to try that. I know the netbook has an atheros chip in it, just don't know which one.
@chrystals.4376
@chrystals.4376 2 жыл бұрын
I thought by the time BeOS was discontinued that unless it was Open Source or based on it then most Desktop OS’s have no chance against Windows or Mac. The past few decades of the state of the Amiga platform confirmed it for me, while Chrome OS, based on Linux, has lots more end users, and it’ll continue growing with OS Flex. So I wish the AROS community well , but I still want OpenZFS, WINE, and a lot of other things I’m not sure they’ll have resources to include any time soon.
@VenturaIT
@VenturaIT 2 жыл бұрын
Is there any benefit to using Amiga in 2022 other than fun and nostalgia? I've never used an Amiga, ever.
@SenileOtaku
@SenileOtaku Жыл бұрын
Well, I've gotten so fed up with the GNOME folks wilfully and intentionally breaking GTK for all the other desktop projects, I'm actually considering other operating systems (and NO, not MSWindows). Either that or go really retro and recompile CDE for Fedora 37.
@kjetilhvalstrand1009
@kjetilhvalstrand1009 11 ай бұрын
Well, it has different software library then Linux, it has understandable structure, it can be educational. Other than that NO.
@steelhorseman2482
@steelhorseman2482 2 жыл бұрын
How well does it run on laptops?
@kjetilhvalstrand1009
@kjetilhvalstrand1009 11 ай бұрын
Only if you are carful about what model you pick. The hardware support sucks.
@fmlazar
@fmlazar 2 жыл бұрын
MorphOS actually isonly fully operational on a very limited subset of PowerPC Mac systems
@1kRAM4kROM
@1kRAM4kROM 2 жыл бұрын
Shout out to Jon Potter, author of Directory Opus, mentioned in the video! Cheers from Kiwi (Nexus)!
@JimmiG84
@JimmiG84 2 жыл бұрын
Amiga doesn't have a history of open source. The OS itself was always proprietary and closed source, and most of the programs and utilities we used were shareware and closed source as well. I'm guessing proprietary systems like AmigaOS 4 just "feel" more like Amiga for some due to the business model (closed source running on proprietary hardware). For those who are interested in open source, Linux provides a much better experience, with far greater hardware/driver support, a huge software library and support for modern features like multicore CPUs. If you're looking for the nostalgia of classic Amiga, FPGA or even emulation provides an authentic experience.
@joefish6091
@joefish6091 2 жыл бұрын
Try Aminet , most of what made the Amiga scene great was open source.
@davidwalker1652
@davidwalker1652 2 жыл бұрын
@@joefish6091 The vast majority of Aminet is not open source.
@JimmiG84
@JimmiG84 2 жыл бұрын
@@davidwalker1652 Yep most of it was shareware, especially back in the day (I had my A1200 online 1996-1998). This has actually become a bit of a problem since many of the original developers aren't around, making it impossible to legally get hold of a license key.
@dataterminal
@dataterminal 2 жыл бұрын
If you have Amiga Forever, they have AROS as a prebuild image ready to go. Double click and it launches directly into Wanderer (Workbench). Probably a little easier for most people, rather than trying the x86 build booting from a live CD and hoping it works with your bare metal hardware, or if you lack the actual Amiga to try it on.
@bbuggediffy
@bbuggediffy 2 жыл бұрын
People boot the live cd in a virtual machine on their x86. They do not boot it and hope it will work.
@dataterminal
@dataterminal 2 жыл бұрын
@@bbuggediffy Dan literally didn't do what you said in his video. He even mentioned using Amgia Forever to copy it over. It's almost like you've not even bothered to watch the video before jumping on my comment. Do you even Amiga Bro?
@tatianabasileus
@tatianabasileus 2 жыл бұрын
@@dataterminal I'm a bit doubtful Dan actually booted it on bare metal, because there was a VMWare VMSVGA driver popup during the install. I'm not sure if that'd pop up on real hardware, maybe Dan can clarify.
@keyboard_g
@keyboard_g 2 жыл бұрын
Its like 1990’s ui paradigms in modern window frames. Hard to inspire the future while hanging on to UX design that has long since been surpassed.
@AbAb-th5qe
@AbAb-th5qe 2 жыл бұрын
I would call it surpassed, just out of fashion
@TemalCageman
@TemalCageman 2 жыл бұрын
I actually find AmigaOS 4.1 way more flexible regarding UI compared to Windows 10. Even back in the days when I had a super-expanded A1200 with AmigaOS 3.9 + a bunch of free software that I downloaded from Aminet.... I could customize my UI waaaaaay more than I can with Windows 10. And that is back in 1998-2000.
@toby9999
@toby9999 2 жыл бұрын
I prefer the old 1990's ui paradigms. Unfortunately, Windows ui design moved further away from it over time. Windows 8 was the final nail in the coffin.
@garybyron8735
@garybyron8735 2 жыл бұрын
Unfortunately, this OS doesn't seem to be UEFI compatible....a must today. My main system has no way to do legacy mode.....
@awesomeferret
@awesomeferret 2 жыл бұрын
Heck, I'm a new prospective user and I'm interested. I think this may be the time I finally buy a PowerPC based Mac Mini. I'll start trying it on my iBook G4 first though.
@Strikeforcer
@Strikeforcer Жыл бұрын
Thanks Dan, Keep up the Good Work. Amiga Nut 🙂
@av_oid
@av_oid 2 жыл бұрын
I feel the same about GnuStep, great software, not enough people using it.
@belstar1128
@belstar1128 2 жыл бұрын
Looks great a lot better than windows 11 for sure i wish something like this was a mainstream os the only thing i don't like is the sketchy mascot.
@ibrohiem
@ibrohiem 2 жыл бұрын
No it doesn't the hell you talking about. It looks like a linux distro from 2005.
@paolobesser3382
@paolobesser3382 2 жыл бұрын
That's Amiga, a computer of the 80s which had to live with hardware boundaries of the time, and in many ways it won on them. But time has lasted and yes, AROS looks really old for todays standards. We even lack of hardware acceleration for the desktop operations, which is something that became quite common only 15 years ago. But now we are in 2022.
@Sparkles8514
@Sparkles8514 7 ай бұрын
need an update video using AROS One
@KingNothing22
@KingNothing22 2 жыл бұрын
There is no distro for raspberry pi. if you can show us how to install it to a pi, please do
@EirikVea
@EirikVea 2 жыл бұрын
13:17 *"Drawers" :D
@danwood_uk
@danwood_uk 2 жыл бұрын
Argh, brain fart lol
@RHTORAS
@RHTORAS 2 жыл бұрын
what is the point of this os ? I MEAN what can we do with this os and pc's except from playing Amiga Games ?
@kjetilhvalstrand1009
@kjetilhvalstrand1009 11 ай бұрын
I guess the point is recompiling AmigaOS programs for faster hardware, sadly AROS fails because its not 100% source code compatible, and you can’t build 680x0 assembler on x86 machine, you need to first port it to C/C++ code. And even if you did that, it wont work, as you need the Amiga custom chips to make old software work.
@james5583
@james5583 2 жыл бұрын
Love this! I've totally missed that this exists ^^ you seem know a thing or two so maby you know if there are any program out to "filter ' a modern song too an modul-song and automatic scale the voice away, stripping it, if you know what I mean. Regards
@RobertKloosterhuis
@RobertKloosterhuis 2 жыл бұрын
I think if I were to set up a computer I'd love to get a more modern computer up and running, get some nice looking badges for the case then find out if I could get a modern keyboard with custom keycaps. Somehow using a keyboard with windows layout and keycaps would takeaway from the look.
@toby9999
@toby9999 2 жыл бұрын
I owned an Amiga 500 and later a 2000. Great in their day but what's the point of an Amiga in 2022? I see it as being even more niche than Linux. Does it really compete with anything current?
@negirno
@negirno 2 жыл бұрын
Yeah. Same with BeOS/Haiku. I remember Dan did a video about it and it was very lacking. I wanted BeOS to succeed but its fate is pretty much sealed when Apple bought NeXT.
@electrictroy2010
@electrictroy2010 2 жыл бұрын
I don’t even use a computer anymore. I do everything on my phone, except when I’m at work (Windows laptop). Amiga desktop is pretty dead .
@JimmyCall
@JimmyCall 2 жыл бұрын
The only way there's a future to these older ecosystems to to program on a intermediate language that's close to machine language, but interoperable. ILVM maybe an example. That would allow software to be independent to hardware, if you implement the core language interpreter.
@jasonhowe1697
@jasonhowe1697 2 жыл бұрын
.the bigger question to ask how far do we want some form of an amiga OS to go.. and how far do we want it to go to support the hardware need
@EchoByrnes
@EchoByrnes Жыл бұрын
I just got into raspberry pis, and I wish I could use this on one of them
@PierceAndjelkovic
@PierceAndjelkovic 2 жыл бұрын
What is PalPC Dan keeps mentioning? Is it similar to PowerPC for the UK market?
@satierkuuma5767
@satierkuuma5767 2 жыл бұрын
How does dev applications run like AMOS and aztec C++ or how do you build aros compatible windows programs?
@briankeller5565
@briankeller5565 2 жыл бұрын
I have two boxes of 3.5 floppies of Amiga software, is there anything setup so that I can have those available?
@Shadowfoxxy30
@Shadowfoxxy30 Жыл бұрын
Hello can you help Me I'm Having an issue with my (PiStorm32Lite) for my Amiga 1200. I followed all the directions according to the PiStorm Wiki. for some reason every time I boot my Amiga I get a Blank workbench screen and a message in the top left hand corner of the Screen that says " you must insert a Volume Containing LIBS/icon.library in any drive" Now I've tried looking up this issue and I've got lost can you help me Please.
@Pyllolla
@Pyllolla 29 күн бұрын
Hello. It's not a PiStorm issue, it's a rather common Amiga side issue. I assume you are using Hyperion's kickstart version 46.xxx (aka 3.1.4) or 47.xxx (aka 3.2.x.y), in form of either couple of chips on the motherboard of your Amiga 1200 or as a "kick.rom" (aka kicka1200.rom) file which should be part of your PiStorm32Lite SD boot card. Modern kickstarts lack some libraries, which were moved to disk, such as the workbench.library and the icon.library. Unfortunately, it looks like your boot device (on the Amiga side) lacks the icon.library, or it became unreadable for whatever reason. You have to get a icon.library version 46+ somewhere and manually put it into your "SYS:Libs/" drawer, then reboot and everything should work fine.
@Shadowfoxxy30
@Shadowfoxxy30 18 күн бұрын
@@Pyllolla I've since fixed it. my self
@DAVIDGREGORYKERR
@DAVIDGREGORYKERR 2 жыл бұрын
I think that the AROS needs to be gone through with a fine toothed comb and packages that are incomplete or crash should be removed until they have been completed and got working.
@paolobesser3382
@paolobesser3382 2 жыл бұрын
I agree on this, and that's why I am always asking people to report issues, compatibility problems, regressions and any software package that won't work as expected. I generally remove them from the distribution until a fix has come. But while this happily happened in the past, today I don't receive feedback anymore and problems live unnoticed up to the following releases.
@Test_Card_Tom
@Test_Card_Tom 7 ай бұрын
Can you run DPaint IV AGA and Wordworth 7 on this system?
@fourbypete
@fourbypete 2 жыл бұрын
There really needs to be an online portal where you can get real time help. My biggest complaint with Amiga 3.2.1 was the back and forth between forum and PC became too tedious for people like me trying to get back into the old machine. Also, I notice that the real machine experience isn't as good as the emulated PC experience.
@neyoid
@neyoid 2 жыл бұрын
I had no idea computers from the 80's could do these things
@grhmhome
@grhmhome 2 жыл бұрын
I like running Aros, but the issue I have is hardware acceleration
@nickcliff
@nickcliff Жыл бұрын
Does look pretty good
@bitset3741
@bitset3741 2 жыл бұрын
Icaros is great, but not all PC hardware is supported. I have found a lot of hardware that is really good, but the best I have found is an system running with the Intel GMA 950/945 chipset. I have had trouble getting the new Janus running in Icaros too... I got an old Compaq/HP Mini 110c I got on eBay for chip that runs great. Lately I have been using Amilator. Amilator is a minimal live Linux bootable that loads up E-UAE on start.
@protocetid
@protocetid 2 жыл бұрын
finally, new Amiga videos
@Kilroy_5150
@Kilroy_5150 Жыл бұрын
Dan, do you have a "working" link to the latest AROS Vision for the Amiga? All the links i've found are dead.
@davidnickel3949
@davidnickel3949 2 жыл бұрын
whar ever happened to the rtos based replacement?
@pianokeyjoe
@pianokeyjoe 2 жыл бұрын
I do not know how many times in my life I have downloaded this and the original AROS x86 OS but never really had the desire to really try it fully.. Until NOW! I did not see whether it is for 32bit systems only or if it can be a 64bit OS with support for more than 4GB system ram?And of course, playing some mp3 files to hear the audio drivers working would have been nice. I am assuming I can run this OS on a P4 system with 2GB ram and a onboard intel graphics and onboard intel audio? Most machines now are all onboard VGA and audio and lan ports and usb2. So it will be interesting to find out what works and what does not. I have never had an amiga but I love the ideas of what Amiga systems are: ROM based GUI preemptive multitasking with protected memory based OS on a chip, that then extends its capabilities with an HDD for additional apps and drivers,etc but not crucial to the safe and reliable operation of the OS which is on ROM! Sadly, real Amigas are slow, limited and no longer reliable with age. The OS is the one thing that attracts most of us since that is where the real nostalgia, appeal, and indeed, innovations for a multimedia based ROM based GUI OS can be seen is. Amiga 4.1 failed not because the OS was crap, but because the HARDWARE being so damned expensive and proprietary, was it's trap and ultimate demise. I am surprised that OS 4 can not be shoe horned into a very available MAC G4 tower like MorphOS. But hey! We have AROS!! Which if , my testing proves to be what I hope it will be, can be the best revival of Amiga...OS, there is to date! As you said, in other.. words lol! Bars and Pipes Midi/audio sequencer.. Man o man! I hope I can force that sucker to work! I think you need a Soundblaster PCI or ISA card for THAT to work though.. Some of those legacy music apps DO require true MIDI interfaces and audio cards to work. I hope.. I hope :-P
@joefish6091
@joefish6091 2 жыл бұрын
Go find a cheap SH quad core all-in-one system, something about five years old. MorphiousOS, Imac G5 roughly 2GHz PPC , coupl of GB of RAM, the last ones were 2005.
@joefish6091
@joefish6091 2 жыл бұрын
PCI sound and midi cards are cheap on ebay.
@doctorsocrates4413
@doctorsocrates4413 Жыл бұрын
Unless they sort out the browsing aspect and compatibility with youtube etc then this os will never gain traction..i love the amiga btw.
@mheijink
@mheijink 2 жыл бұрын
Does the Amiga have a future? Well not like what we're used with PC's. But there are still people out there programming games, music, applications and demos, especially on Next Gen Amigas to show the community and world how awesome it is to programm something new in retrostyle. AROS is key for this. Anyone can use this OS without the neverending license shizzle.
@kjetilhvalstrand1009
@kjetilhvalstrand1009 11 ай бұрын
No, its legacy OS for a nostalgic trip, it is slowly improving but its hacker OS, not something you want to use, if you want security, its also not OS you can trust to not crash on you.
@mheijink
@mheijink 11 ай бұрын
@@kjetilhvalstrand1009 hmm well the original Amiga OS wasn't quite secure either.
@kjetilhvalstrand1009
@kjetilhvalstrand1009 11 ай бұрын
@@mheijink That’s what happens when you try to copy everything.
@CoolDudeClem
@CoolDudeClem 2 жыл бұрын
I wish I could have an Amiga style desktop on my PC instead of the boring standard Windows one.
@Jadensad
@Jadensad 2 жыл бұрын
If it isn't even at the same level of development as the average Linux disto then it's not going to work,if Amiga had survived then it would be comparable with Mac OS,with a fully updated supported browser,streaming/twitch,and modern video editing,no one under 35 will touch it,Amiga is retro and the future is in the past.
@Textra1
@Textra1 6 ай бұрын
But what makes it an Amiga? Does it run classic Amiga software natively? Or is it just an alternative OS with Amiga badges?
@jjdigitalvideosolutionsllc5343
@jjdigitalvideosolutionsllc5343 2 жыл бұрын
Does AROS or any other AmigaOS option offer a built-in file-sharing feature, for sharing between AmigaOS set-ups and/or sharing with Win/Mac environments? What about a screen-sharing feature?
@edmundjohan9713
@edmundjohan9713 2 жыл бұрын
Hello. Nice video. Can AROS for ARM procesors be run on TheA500 mini? Have you tried?
@kttkyt3060
@kttkyt3060 2 жыл бұрын
WHERE'S OUR KEYBOARDS
Acorn Archimedes A3010: Was It Better Than The Amiga?
21:57
Dan Wood
Рет қаралды 288 М.
You Should Daily Drive Haiku OS
14:12
Action Retro
Рет қаралды 262 М.
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 22 МЛН
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН
Sinclair QL - Was It Really THAT Bad?
23:32
Dan Wood
Рет қаралды 219 М.
Amiga Samplers : Budget dance music in 1990
23:00
debuglive
Рет қаралды 1,5 МЛН
Why was the Amiga so awesome?
27:18
Dave Poo 2
Рет қаралды 117 М.
12 Alternative Operating Systems You Can Use Today
13:53
Dan Wood
Рет қаралды 1,2 МЛН
A new Amiga Device that can run 3 different CPUs
25:55
Chris Edwards Restoration
Рет қаралды 33 М.
Warp 1260 Review - EXTREME Amiga 1200 Upgrades
25:32
Dan Wood
Рет қаралды 142 М.
Amiga 3000 - The Best Amiga Ever?
21:44
Dan Wood
Рет қаралды 199 М.
The Death of Europe's Last Electronics Giant
18:39
TechAltar
Рет қаралды 4,3 МЛН
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН