DC-SWAT Forum
Retrochallenge 2012 (Dreamcast and a VAX?) - Версия для печати

+- DC-SWAT Forum (http://www.dc-swat.ru/forum)
+-- Форум: Sega Dreamcast (/forum-2.html)
+--- Форум: English section (/forum-29.html)
+--- Тема: Retrochallenge 2012 (Dreamcast and a VAX?) (/thread-1881.html)



Retrochallenge 2012 (Dreamcast and a VAX?) - abs - 09.07.2012 17:41

This month is RetroChallenge 2012 http://retrochallenge.org/ - which has in the rules "Gaming consoles and PDAs qualify if they were made in the previous century."

I think the DC just about qualifies Smile

While not strictly Dreamshell related I decided to add an entry booting my Dreamcast from a VAXstation - as a nice "retro-combo" option...

http://netbsd0.blogspot.co.uk/2012/07/retrochallenge-2012-public-access.html

Is anyone else doing anything DC related for the RetroChallenge?

Oh - of course the URL for the webserver running on the Dreamcast is http://orac.absd.org/ Smile


RE: Retrochallenge 2012 (Dreamcast and a VAX?) - SWAT - 16.07.2012 09:43

I'm more interested in assembling a working linux kernel, I tried to build some last versions, but they do not work: (


RE: Retrochallenge 2012 (Dreamcast and a VAX?) - abs - 22.07.2012 02:30

(16.07.2012 09:43)SWAT писал(а):  I'm more interested in assembling a working linux kernel, I tried to build some last versions, but they do not work: (

Just curious, is there something that Linux provides that is not on NetBSD, or is it just preference?

Certainly NetBSD itself is cross buildable from pretty much any posix system (just download the source tree and run "./build.sh -m dreamcast release" will build a full system including release media.

Or just burn one of the BIN kernels from http://ftp.netbsd.org?

I'm pretty certain you would not need anything from the next two links Smile but for anyone following along...
I'm currently (when I get time) playing with the dc-burn-netbsd script referenced in the second link to make a full system (including compiler & X) with root-on-cd with a tmpfs union mount.

Obviously having the BBA makes a root-on-nfs system trivial, but its nice to have options.

It might also be nice to repurpose some of the video or audio ram when running a non gaming OS. just to give a little more headroom.

btw - orac & wopr are currently off as we moved offices on Friday and I've not had time to set them up again Smile


RE: Retrochallenge 2012 (Dreamcast and a VAX?) - SWAT - 22.07.2012 13:18

NetBSD very slow to boot. I wanted to build a light linux kernel with busybox, it would be loaded faster and I would like to write under Linux.


RE: Retrochallenge 2012 (Dreamcast and a VAX?) - abs - 27.07.2012 02:39

(22.07.2012 13:18)SWAT писал(а):  NetBSD very slow to boot. I wanted to build a light linux kernel with busybox, it would be loaded faster and I would like to write under Linux.

Is that the kernel loading or the startup scripts (once the kernel probe messages have finished)?

There is a *lot* of cruft in the startup scripts which are unnecessary, and NetBSD has a crunchgen option similar to busybox (the GENERIC_MD kernels use it).


RE: Retrochallenge 2012 (Dreamcast and a VAX?) - SWAT - 30.07.2012 07:54

Maybe I will test it.