I have followed (somewhat bemused) the progress of ReactOS for a long long time... before NT was the target.
Early builds I have (somewhere) booted ReactOS to something like a DOS prompt that would run Win32 PE command line programs (Info-ZIP for example). I'm interested in having such a desktop free (no GDI etc) version of a Win32 kernel once again, and wonder if it is possible to build current ReactOS that might work in such a manner.
I wonder (for example) if the ntldr code which normally starts winnt32.exe from the setup boot disc could be made to launch cmd.exe instead of going through the text mode configuration and copying over the files for MinWin setup procedure boot.
If I could run forensic diagnostic processes built for windows which made no use of the GDI or windowing system... that could be very helpful, but is the winnt32.exe the right place to start looking? Would I still have to execute the driver loading code which seems to happen in winnt32.exe before calling cmd.exe or what?
In short, is there a way to make cmd.exe work in a similar manner to the Win2K - XP recovery console, but with full cmd.exe command set, and would that be an easy, or a very difficult task?


