Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment All one address space :( (Score 1) 130

In this day and age of net threats, who on earth is going to expose something to the internet, whereby all processes including the kernel run in a single memory address space (i.e. no concept of rings or protected mode)?
It will be a potential security nightmare. I was quite impressed and excited until I saw that news about the memory map. :(
We used an older version of vxWorks in my previous job that ran that same way, and just chasing bugs down (that crashed the system hard or even overwrote the onboard flash memory - due to infinite recursion) was a nightmare. I believe current versions of vxWorks have proper memory management/protection....

Comment OS/2 well ahead of its time in 1995, not now. (Score 2, Interesting) 432

I used OS/2 1.3 - Warp between 1993 and 2000 both as a user and a developer with it as a target platform. Although at the top when I switched to Warp (1994), it was streets ahead of Windows (with the exception of NT 3.1/3.5 - but they had heavy resource consumption for the time!), there were still major problems:

1) The SIQ - Truly horrible - just as for Windows 3.0/3.1, it was just far too easy to get the whole system to lockup (basically all PM based apps used a single system input queue, thus if any blocked for long........)
2) Hardware support, though much improved with Warp was still very iffy, especially back in the days of OS/2 2.1, I remember setting up the netware drivers on my desktop - sheets of typed up A4, lots of config.sys hacking etc.
3) Even back then, the moment Windows 95 appeared (irrespective of it's technical merits), the GUI LOOKed ugly compared to Windows 95s.

It was fast and efficient though, I'll say that for it - a kernel written in assembler, rather than C, but that was probably the very same reason that it was inherently non portable apart from the briefly seen PowerPC version and the briefly living OS/2 2.1 SMP ("Special version"). I don't believe they even supported SMP on anything except that OS/2 2.1 build (i.e. they dropped it again for OS/2 Warp 3 and Warp 4 - maybe I'm wrong).

Comment Not just the free ones giving problems, Nod 32 too (Score 1) 440

It's not even a case of "you get what you pay for" anymore:

Sadly even the rather good Nod32 (ESET) antivirus scanner that has consistently been shown to be one of the better AV's (fast, effective and light), is now beginning to give problems.

On Sunday I installed the latest (beta) version of "Free Download Manager", a well regarded, open source windows downloader that I've used for months now. Nod32 decided that the uninstaller was malware and deleted it, so if I want to remove it now, I won't be able to via control panel, since the uninstaller has been deleted!

To me it's beginning to look like the AV industry is now very close to having lost the war against malware. I'm seeing lots of false positives from other AV tools as well.

Mike

Operating Systems

Submission + - Windows XP SP3 has released to manufacturing (microsoft.com)

Slashdot Top Deals

Almost anything derogatory you could say about today's software design would be accurate. -- K.E. Iverson

Working...