Quote (John @ Nov. 07 2004,14:06) |
Looks like Tuxs.org already wrote a little piece about this: http://www.tuxs.org/dslwin.htm |
Quote (SaidinUnleashed @ Nov. 07 2004,20:58) |
what's the other 10%? O_o |
Quote (nima @ Nov. 08 2004,10:53) |
Hello ! I tryed to lanch the embed DSL with qemu, but I cant get a correct display. It looks like the screenshots bellow. Any ideas ? http://img106.exs.cx/img106/3184/DSL_qemu1.png http://img106.exs.cx/img106/6799/DSL_qemu2.png |
Code Sample |
REM Start qemu on windows. @ECHO OFF START qemu.exe -L . -m 128 -hda harddisk -cdrom dsl.iso -boot d -enable-audio -user-net -localtime CLS EXIT |