View previous topic :: View next topic |
Author |
Message |
dragos240 Apprentice
Joined: 19 Apr 2009 Posts: 252
|
Posted: Wed Dec 09, 2009 1:12 am Post subject: Will SH ever get a live cd? |
|
|
I REALLY want to see if I can get gentoo to run on my dreamcast, even if it only boots off of the livecd. There's a stage3 archive, but not a cd. Anyone developing one? |
|
Back to top |
|
|
few Guru
Joined: 03 Mar 2008 Posts: 448
|
Posted: Wed Dec 09, 2009 8:31 am Post subject: |
|
|
I guess you are better off with asking on bugzilla. |
|
Back to top |
|
|
BradN Advocate
Joined: 19 Apr 2002 Posts: 2391 Location: Wisconsin (USA)
|
Posted: Sat Jan 09, 2010 1:31 am Post subject: |
|
|
There's two problems:
I don't think there's a standard bootable CD format for SH4 architecture (plus dreamcast needs its own format with an audio track in front and special bootloader)
And, the dreamcast's 16MB of main RAM isn't enough to run gentoo's init scripts (try mem=16M on your main computer once), so you would need a hack of sorts to mount swap before running the normal init. Since there's no suitable block device in the dreamcast (unless you build an IDE interface for the ext port), you would have to use network swap over a broadband adapter. Performance would be describable only with the aid of obscenities.
If you really want to run linux on dreamcast (I have, and it's at least amusing), find some of the old cd images floating around on the net. |
|
Back to top |
|
|
timeBandit Bodhisattva
Joined: 31 Dec 2004 Posts: 2719 Location: here, there or in transit
|
Posted: Sat Jan 09, 2010 4:46 am Post subject: |
|
|
Moved from Gentoo Chat to Gentoo on Alternative Architectures. _________________ Plants are pithy, brooks tend to babble--I'm content to lie between them.
Super-short f.g.o checklist: Search first, strip comments, mark solved, help others. |
|
Back to top |
|
|
dragos240 Apprentice
Joined: 19 Apr 2009 Posts: 252
|
Posted: Sat Jan 09, 2010 3:06 pm Post subject: |
|
|
BradN wrote: | There's two problems:
I don't think there's a standard bootable CD format for SH4 architecture (plus dreamcast needs its own format with an audio track in front and special bootloader)
And, the dreamcast's 16MB of main RAM isn't enough to run gentoo's init scripts (try mem=16M on your main computer once), so you would need a hack of sorts to mount swap before running the normal init. Since there's no suitable block device in the dreamcast (unless you build an IDE interface for the ext port), you would have to use network swap over a broadband adapter. Performance would be describable only with the aid of obscenities.
If you really want to run linux on dreamcast (I have, and it's at least amusing), find some of the old cd images floating around on the net. |
True! The disk format is not normal. The first sector of the disk is a 4 second raw audio clip. The second is data. 1st_read.bin and IP.bin needs to be present to boot. Both can be burned on linux. I got an old version of redhat running on my dreamcast. That tells you it's possible! |
|
Back to top |
|
|
roarinelk Guru
Joined: 04 Mar 2004 Posts: 520
|
Posted: Sat Jan 09, 2010 7:18 pm Post subject: |
|
|
BradN wrote: | There's two problems:
I don't think there's a standard bootable CD format for SH4 architecture (plus dreamcast needs its own format with an audio track in front and special bootloader)
|
Correct. As SH-4 is like ARM more of an embedded architecture, a livecd wouldn't make sense. Better to just provide a stage3
for example so that anyone with SH4 hardware can quickly build a custom userland or use it as NFSroot. |
|
Back to top |
|
|
ddc Guru
Joined: 29 Aug 2006 Posts: 522
|
Posted: Sun Jan 17, 2010 2:15 pm Post subject: |
|
|
dream cast has no sense: it's a toy, so no liveCD |
|
Back to top |
|
|
dragos240 Apprentice
Joined: 19 Apr 2009 Posts: 252
|
Posted: Sun Jan 17, 2010 10:09 pm Post subject: |
|
|
roarinelk wrote: | BradN wrote: | There's two problems:
I don't think there's a standard bootable CD format for SH4 architecture (plus dreamcast needs its own format with an audio track in front and special bootloader)
|
Correct. As SH-4 is like ARM more of an embedded architecture, a livecd wouldn't make sense. Better to just provide a stage3
for example so that anyone with SH4 hardware can quickly build a custom userland or use it as NFSroot. |
Well. I NEED something to boot from. There isn't a hard drive on the dreamcast, or at least I'm not aware of one. |
|
Back to top |
|
|
|