Re: [ros-dev] ReactOS Hybrid-USB Key attempt

2015-01-08 Thread Alexander Rechitskiy
Hi Please check this http://www.syslinux.org/wiki/index.php/Hardware_Compatibility#USB_related_problems It could help with boot speed issue. 08.01.2015, 05:21, "Hermès BÉLUSCA - MAÏTO" hermes.belu...@sfr.fr:Hi all ! In this video :https://drive.google.com/file/d/0BzFtJhksW7viRDRVMzluTnFjMlU/view?usp=sharing(with strong French accent, sorry :P, and it was my first attempt at making a video with a camera in one hand while doing the other things with the other hand ^^), I show an attempt to create a hybrid-USB key by configuring freeldr to load either a livecd (shown in the video) or a bootcd in ramdisk. Many remarks are in order: - there’s a crash when booting the bootcd image, early in phase 1 boot in Io (can be reproduced locally on vbox for example, with similar freeldr.ini parameters that I show in the video).- the whole story consists in loading a ramdisk, so I avoid all the USB-related storage problems we could (and certainly) encounter if I used the USB key more like as we do for our current livecds, i.e. permanent reads to the removable device.- a ROS livecd that can be removable (in the sense that one can use another cd to test something, while ROS is still running) should be done with some kind of hdd image file instead, that is then loaded in memory (so that we can then read and write to this virtual drive).- something weird happens when freeldr loads the livecd iso in memory: first it takes 7 minutes to just try to open the iso file, and then 7 other minutes to load the iso proper. This problem needs to be investigated.- we still report strange dates when listing files from the livecd (at least when it is mounted as ramdisk), see the video.- finally, when using Standard PC (non-ACPI) HAL, I don’t really think we reposition HDD heads into “sleep position”, because when I switch PC power off with the button I can hear the HDD making the noise of the heads quickly going back to sleep position, whereas I don’t think this should happen if the heads were being already in the correct position before I switch power off (when using the “shutdown” command of FreeDOS, the other OS I have installed in the PC, the noise isn’t produced). Cheers,Hermès. PS: I keep the right to remove the video at any time if I notice misuses. And it’s not an official video (even if I was playing around with Windows Movie Maker with the ReactOS logo during the first seven seconds, and with the website links at the end) !!,___Ros-dev mailing listRos-dev@reactos.orghttp://www.reactos.org/mailman/listinfo/ros-dev  -- Best regards,Alexander Rechitsky aka Jeditobe ___
Ros-dev mailing list
Ros-dev@reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev

Re: [ros-dev] ReactOS Hybrid-USB Key attempt

2015-01-08 Thread Pierre Schweitzer
On 08/01/2015 03:22, Hermès BÉLUSCA - MAÏTO wrote:
 - we still report strange dates when listing files from the livecd (at least
 when it is mounted as ramdisk), see the video.

From the video, it appears to only affect directories and not normal
files.
Likely some bug in CDFS.

-- 
Pierre Schweitzer pierre at reactos.org
System  Network Administrator
Senior Kernel Developer
ReactOS Deutschland e.V.



smime.p7s
Description: S/MIME Cryptographic Signature
___
Ros-dev mailing list
Ros-dev@reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev

Re: [ros-dev] [ros-diffs] [hbelusca] 65997: [SPEC2DEF]: Turn the tab character into its control code. Timo, is this tab really needed for ARM stubs, or not? (in that case maybe removing it would be be

2015-01-08 Thread Timo Kreuzer



Yes, it is required. It might work as well with spaces, but Im not 100% sure about that. Just keep the t.







Gesendet:Mittwoch, 07. Januar 2015 um 19:45 Uhr
Von:hbelu...@svn.reactos.org
An:ros-di...@reactos.org
Betreff:[ros-diffs] [hbelusca] 65997: [SPEC2DEF]: Turn the tab character into its control code. Timo, is this tab really needed for ARM stubs, or not? (in that case maybe removing it would be better?)

Author: hbelusca
Date: Wed Jan 7 18:45:46 2015
New Revision: 65997

URL: http://svn.reactos.org/svn/reactos?rev=65997view=rev
Log:
[SPEC2DEF]: Turn the tab character into its control code. Timo, is this tab really needed for ARM stubs, or not? (in that case maybe removing it would be better?)

Modified:
trunk/reactos/tools/spec2def/spec2def.c

Modified: trunk/reactos/tools/spec2def/spec2def.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/spec2def/spec2def.c?rev=65997r1=65996r2=65997view=diff
==
--- trunk/reactos/tools/spec2def/spec2def.c [iso-8859-1] (original)
+++ trunk/reactos/tools/spec2def/spec2def.c [iso-8859-1] Wed Jan 7 18:45:46 2015
@@ -391,7 +391,7 @@
if (giArch == ARCH_ARM)
{
fprintf(fileDest,
-  EXPORT %s [FUNC]n%sn,
+ tEXPORT %s [FUNC]n%sn,
pszSymbolName,
pszSymbolName);
}






___
Ros-dev mailing list
Ros-dev@reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev