[ros-dev] Introduction

2010-10-25 Thread Oleg Baikalow
Hi, I thought I would drop a line here finally :) My name is Oleg, I am from Russia (some 180km from Moscow :)). I worked with Aleksey many years ago on some kernelmode networking-related tasks for Windows NT 4.0 and later Windows 2000. Your recent 0.3.12 release news was all over the place here

[ros-dev] Please tell me

2010-10-25 Thread Fan Zhang
Hi guys, I want to know how do you debug ReactOS. For example, when I change the code, I used to execute 'Make bootcd'. After that, I will install the ReactOS system by ReactOS.iso. So I'm confused if I have to install the whoe system after compiling. Do you have some easy way? Thanks. Fan

Re: [ros-dev] Please tell me

2010-10-25 Thread Javier Agustìn Fernàndez Arroyo
http://www.reactos.org/wiki/Debugging ;) On Mon, Oct 25, 2010 at 12:02 PM, Fan Zhang fanzi2...@gmail.com wrote: Hi guys, I want to know how do you debug ReactOS. For example, when I change the code, I used to execute 'Make bootcd'. After that, I will install the ReactOS system by

Re: [ros-dev] Please tell me

2010-10-25 Thread Olaf Siejka
You should be able to overwrite the files the code of which you changed. The exception is with freeldr as well as registry entries. 2010/10/25 Fan Zhang fanzi2...@gmail.com Hi guys, I want to know how do you debug ReactOS. For example, when I change the code, I used to execute 'Make bootcd'.

Re: [ros-dev] (no subject)

2010-10-25 Thread Daniel Reimer
-- ó Õ×ÁÖÅÎÉÅÍ íÉÈÁÉÌ ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev Errr, what? ___ Ros-dev mailing list Ros-dev@reactos.org

Re: [ros-dev] Please tell me

2010-10-25 Thread Bernd Blaauw
Op 25-10-2010 16:09, Fan Zhang schreef: Thanks. But I don't know if i run ReactOS, how could I replace the kernel file, such as ntoskrl.exe ? So basicly running a ReactOS installation with RosBE installed as application, sources downloaded and modified, and then you want a way to update

Re: [ros-dev] Please tell me

2010-10-25 Thread WaxDragon
You could always run two installs in different directories. On Oct 25, 2010 10:51 AM, Bernd Blaauw bbla...@home.nl wrote: Op 25-10-2010 16:09, Fan Zhang schreef: Thanks. But I don't know if i run ReactOS, how could I replace the kernel file, such as ntoskrl... So basicly running a ReactOS

Re: [ros-dev] Yarotows trunk integration

2010-10-25 Thread Timo Kreuzer
The problem is missing MmSecureVirtualMemory. The new Mm code is a big step into this direction, so I guess it won't take long until it's implemented. Until that we can probably live with the hack. Am 25.10.2010 20:43, schrieb Gregor Schneider: Hi, good to see the branch work back in trunk,

Re: [ros-dev] Yarotows trunk integration

2010-10-25 Thread Olaf Siejka
This should be reported as HACK tagged bug, i can do it provided someone will write up a short description. W dniu 25 października 2010 22:36 użytkownik Timo Kreuzer timo.kreu...@web.de napisał: The problem is missing MmSecureVirtualMemory. The new Mm code is a big step into this direction,

Re: [ros-dev] Yarotows trunk integration

2010-10-25 Thread Olaf Siejka
For similar effect I am trying to map out and record every known hack or unimplemented functionality: http://www.reactos.org/wiki/Bug_Filters#Hacks W dniu 25 października 2010 23:15 użytkownik Ged Murphy gedmur...@gmail.com napisał: //TODO and //HACK, etc in code are easily lost and forgotten