Search found 861 matches

by erkinalp
Sat May 18, 2013 10:18 am
Forum: General Discussion and Feedback
Topic: Idea - super admin window
Replies: 1
Views: 1435

Re: Idea - super admin window

{ED7BA470-8E54-465E-825C-99712043E01C},
Maybe but with different GUID because of our different executable signatures.
by erkinalp
Fri May 17, 2013 5:00 pm
Forum: Support
Topic: Antivirus firewall
Replies: 11
Views: 12027

Re: Antivirus firewall

Another cool way to destroy the Host OS is extracting HDD from the PC, picking a Hammer, and hammering hard the plates. Having a Virtualizer installed won't save the user for these damages neither. :))))) Yes. Too stupid. Same if someone tries to mount the host HD as a VM HD. Maybe one of the most ...
by erkinalp
Fri May 17, 2013 11:23 am
Forum: Support
Topic: Antivirus firewall
Replies: 11
Views: 12027

Re: Antivirus firewall

vicmarcal wrote: If there are trojans able to bypass a VM into the host, that would mean that the VM is reallly bad.Use a real one instead :)
If you use QEMU, you can format your physical disk if you mount the host HD as VM HD.
by erkinalp
Thu May 16, 2013 9:49 pm
Forum: Support
Topic: Antivirus firewall
Replies: 11
Views: 12027

Re: Antivirus firewall

The guest OS is deliberately sandboxed to prevent that from happening. Reviewers actually test the effectiveness of antivirus software by infecting virtual machines with viruses. False. Most virtualizers directly translate your code into kernel or user mode, before encountering antivirus libraries,...
by erkinalp
Thu May 16, 2013 7:59 am
Forum: Support
Topic: Mono and Gtk# in ReactOS
Replies: 10
Views: 19724

Re: Mono and Gtk# in ReactOS

Sadly ReactOS can't include Gtk# apps, neither .Net,Python,Qt,other frameworks in its building process. Just C and C++ apps can be compiled with our current Build Environment. But sure, you can create Gtk# test on ReactOS and discover if they work or if they don't you can fill reports giving us som...
by erkinalp
Fri May 03, 2013 9:46 am
Forum: Support
Topic: Is legal install this in ReactOS?
Replies: 9
Views: 11031

Re: Is legal install this in ReactOS?

GPL only comes into effect when software is being distributed. It does not impose any restrictions on what you can do with it privately.
I know, but Windows License is in effect under all circumstances, even if you remove it unless you wipe all the results produced via Windows :)
by erkinalp
Fri May 03, 2013 8:53 am
Forum: Support
Topic: Slipstreaming: Including drivers
Replies: 3
Views: 5085

Re: Slipstreaming: Including drivers

Whatever thar is under C:\WINDOWS on Windows is under C:\ReactOS on ReactOS.
by erkinalp
Thu May 02, 2013 6:19 pm
Forum: Support
Topic: Is legal install this in ReactOS?
Replies: 9
Views: 11031

You may even install "Windows components" as long as you have a valid Microsoft Windows license - and most ReactOS/Wine users do anyway. You may not, because the Windows Licence conflicts with the GPL(Windows component+ReactOS means Composite Work-even in private use), and even for the pr...
by erkinalp
Wed May 01, 2013 8:14 pm
Forum: Support
Topic: Is legal install this in ReactOS?
Replies: 9
Views: 11031

Re: Is legal install this in ReactOS?

I do not know about legality but the installer will refuse because of its Windows verification methods.
by erkinalp
Sat Apr 27, 2013 6:03 pm
Forum: General Discussion and Feedback
Topic: Potential problem with 0.3.15 on real hw
Replies: 26
Views: 15945

Re: Potential problem with 0.3.15 on real hw

Yes, I have the same problem in my USB keyboard in bootCD, in any keypress attempt only NumLock blink and that's over.
by erkinalp
Sat Apr 27, 2013 10:13 am
Forum: Support
Topic: Why Not Use "Cl.exe Link.exe" as the primary compiler?
Replies: 22
Views: 24466

Re: Why Not Use "Cl.exe Link.exe" as the primary compiler?

Regarding C11, its improvements are for the most part irrelevant to us. To support its newer, higher level functionality, your operating system has to provide a certain level of infrastructure. Since we're writing the OS, that infrastructure isn't there. As such, we wouldn't be able to use the new ...
by erkinalp
Fri Apr 26, 2013 9:39 pm
Forum: Support
Topic: Why Not Use "Cl.exe Link.exe" as the primary compiler?
Replies: 22
Views: 24466

Re: Why Not Use "Cl.exe Link.exe" as the primary compiler?

We require C89 for all C code, so VC++'s lack of support for newer versions of C is irrelevant. Several developers are already using VC++ to do much of their work. The only thing that stopped them in the past was our build configuration system could not correctly support it. With CMake (plus a few ...
by erkinalp
Thu Apr 25, 2013 7:01 pm
Forum: General Discussion and Feedback
Topic: Merge LiveCD and InstallCD
Replies: 14
Views: 5329

Eliminating reboots

After getting a running GUI installer, we should evolve the installer to eliminate the reboot between file copying and configuration stages.
by erkinalp
Mon Apr 22, 2013 6:47 pm
Forum: General Discussion and Feedback
Topic: ReactOS applications needed?
Replies: 34
Views: 15585

Re: ReactOS applications needed?

GNU Nano editor might be a replacement for DOS edit, using MinGW ncurses libraries, and vim might be a replacement for edlin, actually vim is more convenient than edlin.
by erkinalp
Sun Apr 14, 2013 1:36 pm
Forum: General Discussion and Feedback
Topic: Community Project: ReactOS Compatibility Manager
Replies: 31
Views: 11911

Re: Community Project: ReactOS Compatibility Manager

User-mode Win32 Application ^ V | | | | | | (Read) (Write) | | | | | | ^ | +---------- VIEW -----------+ | | OF THE | | +-- REGISTRY / FILESYSTEM --+ | ^ ^ | | | | | +----+ | | | | | ^ V | < REGISTRY / FILESYSTEM REDIRECTOR > | ^ V | | | | | +-------> Per-application | +------------< Registry / Fil...