[ros-dev] Reactos booting to CLI

Filip Navara xnavara at volny.cz
Mon Mar 17 19:04:24 CET 2008


We used to support that. The WinLogon was able to run in CUI mode, CSRSS and
win32k started GUI mode only on demand (ie. if any GUI API was called).
Basically all the components were designed in a way that if you specified
cmd.exe as a shell then the GUI would never be started unless you try to
execute an application which requires it. Quitting the application would
switch back to the console mode. Not sure if and why it was removed...

- Filip

2008/3/17 Marc Piulachs <marc.piulachs at codexchange.net>:

>  As we know Windows (at least till Windows 7) was designed to be a GUI
> based operating system. All applications can safely assume that the
> windowing subsystem is running.
>
>
>
> Windows/Reactos can run native applications without starting the windowing
> subsystem like usetup during 1st stage setup but of course without having
> access to Win32 apis as Win32k is not loaded. AFAIK win32k is designed to be
> the main subsystem and is the responsible of starting the windowing
> subsystem so my question is … Would be technically possible to have a
> striped win32k version without the GUI code? + command line enabled
> winlogon, syssetup etc.. so you can boot and run cli based applications like
> cmd.exe ? what other parts of the boot process relay on having the GUI
> running?
>
>
>
> It's more of a design curiosity question rather than a real request
>
>
>
> Regards,
>
> Marc
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev at reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-dev/attachments/20080317/7e4ad7e8/attachment.html 


More information about the Ros-dev mailing list