DC-SWAT Forum
Linux/NetBSD with SDISO - Версия для печати

+- DC-SWAT Forum (http://www.dc-swat.ru/forum)
+-- Форум: Sega Dreamcast (/forum-2.html)
+--- Форум: English section (/forum-29.html)
+--- Тема: Linux/NetBSD with SDISO (/thread-1674.html)



Linux/NetBSD with SDISO - neon - 07.08.2011 18:49

Is it possible to run Linux or NetBSD with SD adapter? I never try to run Linux on Dreamcast because couldn't find ready-to-go (selfbooting) iso image.


RE: Linux/NetBSD with SDISO - SWAT - 08.08.2011 19:17

With sdiso linux not work.


RE: Linux/NetBSD with SDISO - MastaG - 09.08.2011 18:45

Can't you write a driver that will add the sdcard as block-device?
zx80user has almost all dreamcast hardware working in his linux-sh git.
Being able to mount the sdcard would be awesome.
Lot's of new possibilities.
mount -t vfat /dev/sda1 /mnt/sdcard
mount -t ext4 -o loop /mnt/sdcard/rootfs.ext4 /root
mount --bind /mnt/sdcard /root/mnt/sdcard
mount --bind /dev /root/dev
chroot /root

startx Smile


RE: Linux/NetBSD with SDISO - SWAT - 10.08.2011 08:16

Maybe, but not now.


RE: Linux/NetBSD with SDISO - DoctorNicholas - 17.08.2011 07:06

dosbox?