Slashdot Mirror


MS Exec Testifies In Favor of OS Manipulation

Niscenus writes: "The NYTimes, where free registration is required, reports that a Microsoft VP, Christopher Jones, explains that Microsoft must be allowed to prevent competitors' programmes from being installed for the consumer's best interest. Most interesting quote: 'In his written testimony, Mr. Jones said the states' proposals would confuse consumers, enabling competitors to cover up icons like the "Start" button on the Windows desktop screen that consumers use to navigate and even allowing a competing operating system like Linux to start up instead of Windows.' Any dualboot LiLo user who learned they can't defrag the hard way can understand this ..."

10 of 636 comments (clear)

  1. LILO and Defrag by user32.ExitWindowsEx · · Score: 3, Informative

    "Any dualboot LiLo user who learned they can't defrag the hard way can understand this ..."

    Would someone explain to me what the issue he refers to is?
    (Personally, I use System Commander 7 --- mouse-enabled boot loaders are a Good Thing (tm) )

    --
    "Evil will always triumph because good is dumb." -- Dark Helmet
  2. Re:His Example Makes no Sense by Anonymous Coward · · Score: 1, Informative

    Easily changed:

    The easiest way is to edit your /etc/lilo.conf file, add an appropriate default= line near the top (first line of the file is O.K.) and then run /sbin/lilo.
    The default= line should refer to the label in your win "stanza." Basically that would be whichever word you've been manually typing at the LILO: prompt to get into Windows.
    Here's a sample:

    default=win
    boot=/dev/hda3
    root=/dev/hda3
    ins tall=/boot/boot.b
    map=/boot/map
    vga=normal
    dela y=20

    image=/vmlinuz
    label=Linux
    read-only
    other=/dev/hda1
    label=win

    Of course, as with any changes to your kernels, partitions, or lilo.conf files you must run the /sbin/lilo command to update your boot record and maps in order for your changes to take effect.

  3. Re:I have an idea... by Eloquence · · Score: 3, Informative

    You're probably talking about the last phase of the install that is run on the user's deployed machine. The actual Windows XP installer is based on NT's and text-menu based. And as I explained in my other comment, it is far inferior in functionality to all Linux installers (with the exception of hardware detection).

  4. Re:I have an idea... by infiniti99 · · Score: 4, Informative

    Of course not all hardware is supported, but that, again, is the result of Microsoft's monopoly.

    Wrong. That is the result of lazy open source driver authors with selfish attitudes. If your hardware doesn't work in Linux, you're supposed to submit extremely detailed bug reports to mailing lists where they won't care about your problems or solve them in a timely fashion.

    Wrong. Making a hardware driver is no easy task, and their existence is generally based on the availability of specs. If there are no published specs for a piece of hardware, then forget about ever getting a driver (or least one that is complete) except from the manufacturer.

    For a short time I was involved in the gnokii project, which was an attempt to make unix drivers for a few serial-based Nokia phones. Many of us spent days trying to reverse-engineer the serial protocol using a "man in the middle" computers. After almost 6 months of work, gnokii was finally able to send and receive text messages. However, the ultimate goal was to be able to make data calls. Unfortunately, Nokia used a key-based authetication mechanism to enable data calls, which I believe was so they could license the technology to other driver makers (like TDK's mobile stuff). This would have been a dead-end for gnokii, but then one day the key algorithm surfaced anonymously. Now gnokii can make data calls, although I question the legality of it.

    Anyhow, after around 3 years under development, the project is still not at version 1.0, and I would imagine most users of those old Nokia phones have gone on. New Nokia phones nowadays use standard protocols (the 8890, for instance, acts as just an IR modem. Works in Linux 100% with no driver).

    The moral of the story? If Nokia had released the full specs to their phones then I can guarantee there would have been fully-featured drivers within just a few months. Instead, the gnokii developers were forced to dick around with reverse-engineering, which is almost always a lost cause. Seen the Linux driver situation for Winmodems lately? Just forget about it.

    I once wanted to make program to query GPS values from my Earthmate GPS device, so I went out and sought the hardware specs. The Earthmate uses the Zodiac chipset, of which there is a full PDF file available. I coded a simple program to interface with the Earthmate in only a few days. Mind you, this was for Windows 98. Linux is irrelevent here. Specs are all that matter.

  5. Re:Well. That throws me off the fence. by istartedi · · Score: 3, Informative

    Sigh... how about just not buying Windows instead?

    I would really like to know what might have been accomplished if all the passion, all the lawyering, all the planning, all the brainpower that goes into trying to take down MSFT had been used to create competing products instead (and I don't mean GPL software that has no hope of generating enough revenue to really compete). Sadly, we will probably never find out. Seems like too many people have been taught it's easier to whine. Maybe it is, but it's a helluva lot less interesting to watch. Come on, IBM, bring back OS/2. Scrape off Be and verticly integrate it with hardware. Heck, if you verticly integrate Linux with hardware (thus removing the economic problem associated with the GPL) that would work too. There are so many fine creative ways to strike at the heart of MSFT and benefit the consumer. But no. You'd rather play lawyerball.

    --
    For all intensive purposes, "whom" is no longer a word. That begs the question, "who cares"?
  6. Re:Is it just me.. by coats · · Score: 3, Informative
    The problem is with service packs and updates. If you remove stuffarbitrarily, it is extremely difficult for Windows Update or service packs to work properly.
    Then someone in Redmond is incompetent. But we knew that already...

    And when Microsoft causes Windows service packs to deactivate application software like Eudora, and replace it with other application software like Outlook, and dosot on Federal Interest Computers -- as they have done, then Microsoft has committed a felony. And should have been punished accordingly: not simply broken up into different divisions, but broken up, dissolved, and all their assets confiscated.

    --
    "My opinions are my own, and I've got *lots* of them!"
  7. Windows XP has sabotaged gcc by Anonymous Coward · · Score: 2, Informative

    It used to be possible to run gcc under the older versions of Windows (9X, NT, 2000). But under Windows XP, they sabotaged any attempt to make the Gnu libraries the default.

    When you try to install the Windows version of gcc under XP, the OS detects that the MS libraries are no longer the default, and it immediately resets the links to the Gnu libraries to point to the MS libraries.

    That creates a "jolting experience" for anyone who tries to compile Gnu software under XP.

  8. Re:Well. That throws me off the fence. by Jeremi · · Score: 3, Informative
    Scrape off Be and verticly integrate it with hardware.


    That would have been done a long time ago if Microsoft hadn't used its monopoly to make sure no major hardware vendor would dare to do it. If anything deserves legal redress, it's that.

    --


    I don't care if it's 90,000 hectares. That lake was not my doing.
  9. Not the first time. Remember Cyrix ? by forged · · Score: 2, Informative
    It isn't the first time Microsoft implements hooks in their software to make a competitor's product slower or misbehave on Windows.

    This post for instance, explains about how Microsoft added a software loop to Windows NT 4.0 to intentionnally slowdown the OS on Cyrix processors, so as to give partner Intel a competitive edge.

  10. Re:Is it just me.. by catman · · Score: 2, Informative

    I don't know about Win ME, but 98 refuses to boot if it finds a disk with a non-Microsoft tag on the first partition. I found out the hard way when I put a second disk in this OEM Compaq and installed Linux on it. Windows 98 on first drive, Linux on second. Windows would not boot with the Linux drive attached. Finally I found that if I put a tiny, empty partition labeled MSDOS ( or similar) ahead of the Linux partition, it worked fine.