X86 DOS Comparison - CompWisdom
About us  |  Why use us?  |  Press  |  Contact us

 

Topic: X86 DOS Comparison


  
 DOS - Wikipedia, the free encyclopedia
Commodore DOS, which was used by 8-bit Commodore computers.
The acronym DOS stands for disk operating system, an operating system component for computers that provides the abstraction of a file system resident on hard disk or floppy disk secondary storage.
Atari DOS, which was used by the Atari 8-bit family of computers.
http://en.wikipedia.org/wiki/DOS   (1221 words)

  
 X86 DOS Comparison - Wikipedia, the free encyclopedia
January 1988: Digital Research rewrites DOS Plus as DR-DOS.
When one formats a floppy in Windows XP and selects "Create an MS-DOS startup disk", the floppy is formatted with a DOS version that identifies itself as "Windows Millenium [Version 4.90.3000]".
While Windows ME may be unsupported and end-of-life, a version of its underlying DOS is included with Windows XP.
http://en.wikipedia.org/wiki/X86_DOS_Comparison   (659 words)

  
 USS Clueless - X86 Mac - getting from A to B
I do not believe that any existing X86 processor, or any which is expected to be released in the next 12 months, is capable of emulating PPC code at a speed equivalent to direct execution on a 1.25 GHz G4, no matter what approach is taken to it (such as binary recompilation).
The latest news is that Intel's software x86 emulator on Itanium runs several times faster than the hardware emulator in the said Itanium.
Their PPC apps would not work on the X86 Mac, and many of them would not have been ported, and there'd be no replacements available.
http://denbeste.nu/cd_log_entries/2003/05/X86Mac-gettingfromAtoB.shtml   (4170 words)

  
 PC Processors Guide by x86.org
Merced is Intel's future-generation microprocessor architecture; Merced is not Intel's next-generation x86 microprocessor.
EPIC is a fancy acronym that Intel invented to obfuscate the fact that they do not want the public appearance that their Merced microprocessor is actually a VLIW design.
These processors featured new instructions, new fault tolerance protection, and was Intel's first of many failed attempts at the x86 chip integration game.
http://www.x86.org/articles/computalk/help.htm   (3924 words)

  
 Motion To Intervene in the Government VS Microsoft. www.views.com
DOS software and hardware systems are the first victims of
do not require the user to understand the complexities of
x86 software products that can run on small computers without
http://www.views.com   (11507 words)

  
 MacKiDo/Myths/OS_evolution
The OS and computers had some problems with drive and partition issues (as well as the filing system) and there were little incremental bumps and improvements -- and not all of them were smooth.
HFS+ as a filing system is powerful design (and can ride on other file systems), but the implementation still needs some work and higher level API support -- but this can be put in without breaking things.
An operating system is the collection of all its parts - while MS's marketing tries to program people that the only parts that are important are the one or two areas that they happen to be doing slightly better at a given time.
http://www.mackido.com/Myths/OS_evolution.html   (3272 words)

  
 OPUS - Policies
DOS 5.x or Windows 3.1.1 on 386/7 (with math-coprocessor) or higher*
DOS 5.x or Windows 3.1.1 on 386SX (without math-coprocessor) or higher*
You must use a DOS emulation window and run teqc.exe on the command line.
http://www.ngs.noaa.gov/OPUS/Teqc/teqc.html   (228 words)

  
 DOES DOS STILL LIVE IN WINDOWS XP? -PC VS APPLE
The only trace of DOS is in the concept of filename extensions (which are also present in Mac OSX) and the command prompt, which is actually a program running in NT much like a terminal in Unix or OSX.
Lines of code: It has been estimated that Windows 2000 Server is encumbered by the complexity of more than 30 million lines of code (other sources say Win 2000 with 29 to 60 million, Windows XP 40 to 50 million).
When you look at the history of Windows, starting with Windows on top of DOS in 1981 and going forward, combining Windows ME to Windows 2000, to come up with Windows XP in 2001, suspect you have to end up with some spaghetti code.
http://www.jmusheneaux.com/index1.htm   (6359 words)

  
 [No title]
Certainly the easiest way to integrate PCs into a Sun environment is to use Solaris x86, a version of the Solaris operating system designed to run on Intel-based machines.
Two items are required: an ethernet card, available from third party vendors, and PC-NFS, software from Sun which allows the PC to access files from NFS servers and telnet to other machines on the network.
Therefore the first approach we discuss is to run software called PC-NFS, which allows a DOS or Windows PC to access Sun servers across an ethernet network.
http://sunsite.cs.msu.su/vic/sun-rel.2e   (706 words)

  
 Pentium Compiler FAQ
Unfortunately, the x86 ABI (Application Binary Interface) specifies an alignment of 4 bytes, whereas 8 bytes would be optimal.
Stripping down the size of the file that exhibits a problem as much as possible is also an invaluable aid: a single, small file is easier to debug than some dubious error in one of the 23 source files.
Under Linux, glibc2.0.7 and libc.5.4.22 and above do this on program start, if you have an older libc you should upgrade.
http://www.goof.com/pcg/pgcc-faq.html   (3894 words)

  
 Review of Operating Systems
The Guide to x86 bootstrapping describes the operations performed by a PC compatible computer BIOS at boot time.
But it is actually a hardware emulator, and requires that you use an actual DOS software (e.g.
A great source of information, and a useful tool for building and testing x86-based OSes is Bochs that fully emulates in software the 386+ PC hardware, on any 32-bit+ machine.
http://tunes.org/Review/OSes.html   (3214 words)

  
 OpenBSD 3.4 changes
In diff(1), do the initial memory allocation using a guesstimate based on the file size.
When doing pubkey authentication in ssh(1), prefer agent-stored keys that are referred to in the config file.
New -q flag for pkg_delete(1) that doesn't do a checksum before removing package files.
http://www.openbsd.org/plus34.html   (8733 words)

  
 Operating Systems Comparison
This is a combination of the computer equipment (hardware) along with the operating software (operating system) that offers the computing capabilities.
There are a series of operating systems that do not tie themselves to a specific vendor but only one, Linux, that also offers independence from a specific machine architecture.
Note, however, that because modifications tend to be proprietary to a specific vendor it is possible that modifications do not make it back into the UNIX base that is used by all vendors.
http://www.netshooter.com/linux/oscomp.html   (2196 words)

  
 Denial of Service via Algorithmic Complexity Attacks
This paper focuses on DoS attacks that may be mounted from across a network, targeting servers with the data that they might observe and store in a hash table as part of their normal operation.
Instead, either the application must use algorithms that do not have predictable worst-case inputs, or the application must be able to detect when it is experiencing worst-case behavior and take corrective action.
Before we changed our experimental setup to do this, we saw large spikes in our latency measurements that indicated rehashing was occurring.
http://www.cs.rice.edu/~scrosby/hash/CrosbyWallach_UsenixSec2003   (7833 words)

  
 Andrew Schulman, Software Litigation Consulting
Examine binary and source code to show evolution of software over five versions, measuring percentage overlap between each, and showing that despite minimal overlap between first and last version, defendant’s first version (stipulated to be based on plaintiff’s software) acted as “scaffolding” within which defendant’s final version was constructed.
Since 1994, Andrew Schulman (Software Litigation Consulting) has assisted attorneys and their clients with technical aspects of litigation involving computer software, especially Microsoft Windows and Windows-based software for Intel x86.
Designed and wrote software to generate spreadsheet to find similarities between over 1,000 Java source code files found on defendant’s computer on the one hand, with Java source code contained in plaintiff’s PVCS version-control archive on the other.
http://www.undoc.com   (754 words)

  
 Slim Devices : Support : FAQ
I have some audio files or radio stations that do not play when using the digital outputs on my Squeezebox, but do with the analog.
Original Squeezebox only: I have some audio files or radio stations that do not play when using the digital outputs on my Squeezebox, but do with the analog.
Replace "localhost" with the IP address for the computer running the SlimServer software.
http://www.slimdevices.com/su_faq.html   (10510 words)

  
 AT&T Worldnet Service - Directory
A COM component allows to disassemble binary code of x86 (including last Intel and AMD 32-bits instructions) 32 bits applications, from memory or from executable files.
Is a binary file viewing and editing tool including disassembler for DOS and Windows 16/32 formats (MZ, PE, LE) by Stefan Weyergraf and Sebastian Biallas.
Offers Lantern (an advanced interactive decompiling environment in a form of a plug-in for the Interactive Disassembler Pro program) and reverse engineering services for x86 and compatible machine code.
http://www.att.net/cgi-bin/webdrill?catkey=gwd/Top/Computers/Programming/Disassemblers/DOS_and_Windows   (357 words)

  
 Host/Target specific installation notes for GCC - GNU Project - Free Software Foundation (FSF)
On these systems, the name of the assembler input file is stored in the object file, and that makes comparison fail if it differs between the
This target is a little tricky to build because we have to distinguish it from the native tools (so it gets headers, startups, and libraries from the right place) while making the tools not think we're actually building a cross compiler.
If you use the Sun assembler, this change apparently runs afoul of Sun bug 4910101 (which is referenced as a x86-only problem by Sun, probably because they do not use DWARF-2).
http://gcc.gnu.org/install/specific.html   (7327 words)

  
 O'Reilly Network: The Caldera v. Microsoft Dossier
DOS in fact is not dead: every time someone runs Windows 95, they are also running version 7 of MS-DOS.
He was editor and coauthor of the books Undocumented DOS and Undocumented Windows, and wrote Unauthorized Windows 95.
However, MS-DOS was the foundation of Microsoft's fortune, and you can't understand the role of Microsoft in the software industry without closely reading DOS's history.
http://www.oreillynet.com/pub/a/network/2000/02/07/schulman.html   (2927 words)

  
 Paul Hsieh's Programming Page
The logical temptation is to copy the code into a separate branch and to do independent development along such branches.
Often with large projects worked on by multiple teams with interdependencies the way to build all the pieces is a complicated windy series of scripts, makes ordered sub-builds, and the way to do it is subject to change and is tracked only by word of mouth.
Size optimization of Linux code (Of course in DOS this can be made much smaller)
http://www.azillionmonkeys.com/qed/programming.html   (2024 words)

  
 Computer, Telephony and Electronics Glossary and Dictionary
Since XP is a preemptive 32 bit OS that is NOT backward compatible to DOS entirely, it is also more easily ported to other types of processors, such as RISC and Motorola, instead of only Intel and Intel look alikes.
A third version called X-Modem1K used 1024 byte blocks and CRC but was never popular due to the fact Z-Modem was already popularly in use and was no slower but had a better error detection scheme.
For example, book/author means: Select all author elements in all book elements in a particular context (for example, within an XML file or a set of files).
http://www.csgnetwork.com/glossaryx.html   (4147 words)

  
 Cyrix 6x86 Processor Brief
It is fully compatible with the x86 instruction set and delivers industry-leading performance running Windows® 95, Windows NT, Windows, OS/2®, DOS, Solaris UNIX® and other operating systems.
The Cyrix 6x86 processor is optimized for both 16-bit and 32-bit applications.
Branch instructions occur on average every four to six instructions in x86 compatible programs.
http://www.alaska.net/~akusedpc/pages/cyrix/6x-tb.htm   (1188 words)

  
 emulation.net
However, it should be enough to do simple tasks.
Windows PC The world of Intel-based PC emulation is being changed at a breathtaking pace; Microsoft has won the battle for the title of fastest, most compatible commercial PC emulator by buying Virtual PC from Connectix, but now a number of Open Source emulators are catering to niche DOS and Windows emulation environments.
RealPC attempted to deliver a full-featured emulator that provided good results in Windows 95 and in DOS games.
http://emulation.victoly.com/windoze   (821 words)

  
 Werner Bruckner - Projects
One goal of the thesis was to create a framework supporting the implementation, comparison, and evaluation of various 3D model simplification algorithms.
DOSBox - This is a neat x86 DOS emulator which allows you to run most old MS-DOS programs under Windows XP.
Here is a 'to-do' file suggesting some future extensions of the program.
http://www.cg.tuwien.ac.at/~bruckx/projects/projects.htm   (2088 words)

  
 Slyck Forums - Where File-Sharers Meet
People learning by doing are in computer world an exception that's why I told about a licence.
There is a bunch of advanced users as you and me and the majority on this forum, but all people with computer knowledge together are a single ant in comparison to the ignorant mass Heracles.
It works on hardware basis, but depends on contacts because there is nothing what can't be copied.
http://www.slyck.com/forums/viewtopic.php?t=9106   (3756 words)

  
 Evolved Core-Warriors
More accurately it emulates the dos interrupt calls allowing x86 dos code to run natively, so it's much faster than a real emulator but only runs on x86 machines.
I'm still using the emulated dos tools to test the results but I'm having problems copying text from the emulated dos screen, I need to code my benchmarkers and hill simulator in bash to fix that.
For MsDos (or dos under Windows), requires the pmars software.
http://www.infionline.net/~wtnewton/corewar/evol   (9044 words)

  
 FREE SOFTWARE FOR DOS — Operating Systems / Shells
This means that you do not need to repartition your hard disk if you already have DOS or Windows installed.
This distribution is ideal for people who don't have a lot of hard disk space, do not have a fast Internet connection to download the entire distribution, or who want a Linux distribution they can carry around on a Zip disk.
The DOS version of BL3 boots from DOS on a hard drive, runs in a loop file, and requires a 386+ CPU, 3MB RAM, and a DOS (including Win 9x/MS-DOS 7).
http://home.att.net/~short.stop/freesoft/os.htm   (2499 words)

  
 Bochs 2.2.1 - MacUpdate
The 'typical' use of Bochs is to provide complete x86 PC emulation, including the x86 processor, hardware devices, and memory.
Bochs is capable of running most Operating Systems inside the emulation including Linux, Windows 95, DOS, and Windows NT 4.
This allows you to run OSes and software within the emulator on your workstation, much like you have a machine inside of a machine.
http://www.macupdate.com/info.php/id/11177   (458 words)

  
 Working with Exchange Server
If you do not create a name, Virtual PC uses the name of the operating system that you are installing, for example, Windows XP Professional.
By default, the Assistant installs the configuration information and operating system files for your virtual machine in the User/Documents/Virtual PC List folder on your Macintosh hard disk.
To install the configuration information and operating system files for your virtual machine, do one of the following:
http://www.microsoft.com/mac/support.aspx?pid=exchange   (2081 words)

  
 COMPUTER HISTORY 1957-1979
Like the current keyboard, we do not have the most efficient computer standard out there.
The Ingredients (from 1969) --- RUSSIA - The INTERNET - XEROX - DOS - IBM - IBM Clones - MICROSOFT WINDOWS and computer literacy made the computer standard we all use today.
COMPUTER HISTORY (1957 thru 2004) and How the DOS/ WINDOWS computer standard came about.
http://www.jmusheneaux.com/9000.htm   (3781 words)

  
 X-bit labs - News around the Web - The History of Linux — A Glance Back
Linux, the main “alternative” operating system of today, was born in the early nineties and in the beginning no one thought that it would become relatively big.
The majority of modern computers utilize different versions of Microsoft’s Windows operating system (OS), but Microsoft’s way to victory was not easy, as a lot of operating systems were available in the eighties, including various versions of DOS, OS/2 and so on.
http://www.xbitlabs.com/web/display/20050914101700.html   (364 words)

  
 IPTables Linux firewall with packet string-matching support
Make sure you do not install the MAC filtering patch since it was recently found to contain a bug.
It introduced many important improvements such as stateful firewalling, filtering packets based on any combination of TCP flags and on MAC address, more configurable and flexible logging, powerful and easy to use support for network address translation (NAT) and transparent proxies, DoS blocking support by rate-limiting and others.
string --string " è" -j LOG --log-prefix "SID313 " # "EXPLOIT ntalkd x86
http://www.securityfocus.com/infocus/1531   (1943 words)

  
 Linux: AMD vs Intel "x86-64"
I read that Microsoft told intel they weren't going to support to x86 64 bit instruction sets and Microsoft also told intel they were already going with AMD.
This register has nothing to do with P4 processors, including the ones that will feature the 64-bit extension technology.
called an x86 anything but x86, and Intel is just making it worse by
http://kerneltrap.org/node/2466   (4032 words)

  
 Star Trek: Apple's First Mac OS on Intel Project
Windows was not as easy to use, but Windows PCs cost less than Macs, and Windows could run standard DOS apps without add-on cards or emulation.
The Star Trek project was canceled, and the Mac OS would not run natively on Intel until after Apple acquired NeXT in 1996, which already had an x86-base operating system, NeXTstep.
Novell began work modernizing Digital Research's GEM, best known as the graphical environment used on the Atari ST, and turning it into a competitor to Windows.
http://lowendmac.com/orchard/05/0613.html   (1524 words)

  
 Dark Forces under WinXP - No Sound
I don't understand any of the language or terms and have just spent a clueless hour or so trying to do whatever it is he just told Jedi Master to do.
I just about understand the word "configure" but have no idea what "configuring" actually entails.
A positive attitude may not solve all your problems, but it will annoy enough people to make it worth the effort.
http://www.ntcompatible.com/thread20904-1.html   (392 words)

  
 Utility: Disc & File
Rosenthal Un_Dup v1 - Windows and DOS disk space recovered from duplicate files and optimize "PATH" statement for the most efficient access speed.
Flexible Utility for analysing binary data in a user specified form Displays the hexadecimal contents of file interactively.
Also eases brain strain when listing and handling files from the Win95 DOS prompt.
http://www.synchrondata.com/pheaven/www/area33.htm   (2445 words)

  
 DiskSpeed32 Home Page
Usually UNIX system doesn't use LBA translation, but I plot my graphics as LBA for comparison with DOS.
May be it interesting for you: how do other operation systems behave?
For example, you can see results obtained under Sun Solaris 2.6 for x86.
http://www.geocities.com/vgrinenko/DiskSpeed32   (407 words)

  
 NodeWorks - Encyclopedia: X8: X86
x86 or 80x86 is the generic name of a microprocessor architecture first developed and manufactured by Intel.
The architecture is called x86 because the earliest processors in this family were identified only by numbers [MORE]
http://pedia.nodeworks.com/X/X8/X86   (53 words)

  
 [No title]
In other words, the microcode contains instructions equivalent to CMP ECX, 00000014h JG bad_index instead of CMP ECX, 00000014h JA bad_index This improper comparison is present in the microcode for both RDMSR and WRMSR instructions, as it is possible to set MSRs above 80000000h as well as read them.
Listing 1 contains the source code for a small (114 bytes) program to dump all 32 unique high MSRs; this program was used extensively during the investigations described in this paper.
Because the high- numbered aliases for MSRs 03h, 0Ah, and 0Fh do not generate exceptions, the microcode clearly includes specific tests for those three values in order to generate exceptions, rather than including some form of "valid" bit for each MSR.
http://www.x86.org/ftp/articles/p5msr/pentiummsrs.txt   (641 words)

  
 Linux Today - ZDNet: Evan Leibovitch -- Finding itches to scratch
Jumping back to my OT thesis, I'll say it again: A standardized gui environment would help convince ISVs who don't care anything at all about the politics of the Windows/OSS confrontation, who may even dislike the idea of Linux, that Linux is going to be a viable market that they can't ignore.
I think the author has forgotten the significant gestation period that Windows- and Mac-based software has gone through.
And if only developers get itches that they can scratch don't you see that will tend to skew the body of available software?
http://linuxtoday.com/news_story.php3?ltsn=2000-03-29-008-06-OP&tbovrmode=3   (2060 words)

  
 Ace's Hardware
But after conquering the desktop market, the tag-team force that was Intel and Microsoft was ready to tap new markets.
No protected memory, pre-emptive multitasking, or threading, and slower than a sleepy snake in graphical tasks to boot.
Even worse, however, was the OS selection popular on typical Intel-based PCs of the era: DOS and Windows 3.x.
http://www.aceshardware.com/Spades/read.php?article_id=30000184   (894 words)

  
 Paul Hsieh's Tech Page
Web page is unique to the net in content and depth.
Includes Agner's famous article and a Mandelbrot loop example.
A comparison of 6th generation x86 CPU architectures.
http://www.azillionmonkeys.com/qed/tech.shtml   (76 words)

  
 Business Software Review:Category Top/Computers/Emulators/Host Platforms/DOS and Windows
In Microsoft computing, a VxD is a virtual device driver.
s Kevin Lawton x86, x86_64, Sparc, PowerPC, Alpha, MIPS x86, x86_64 Windows, Linux, OS X, IRIX, AIX, BeOS DOS, Windows, xBSD, Linux No Yes ?
DOS extender is a rather curious name invented in the 1980s for programs started from MS-DOS, but which actually need to run in protected mode.
http://www.business-software-review.org/Category57890.html   (207 words)

  
 Red Hat People: Survivability
Red Hat Enterprise Linux 3 was released in November 2003 and I wanted to find out what it's survival rate on x86 would likely be to compare to Windows.
Surviving better than an unprotected, out of the box windows machine is impressive?
A flaw in the ISAKMP daemon in racoon could lead to a DoS, CAN-2004-0403, but this daemon is not used by default.
http://blogs.redhat.com/people/archive/000133.html   (818 words)

  
 Most Popular Names Directory. Daily updates.
There are countless fun and educational things to do and see in Pierre.
It is available for different processors Intel x86
Pasquale - Pasquale Paoli (1725/1807) initiating of the Corsican Constitution, contributed to the elaboration of that of the your languages.
http://www.99hosted.com/Starting19801.html   (7300 words)

  
 Apple may upgrade Power Mac G5 line as early as next week - Engadget - www.engadget.com
In '82, as PCs took over, Adam Osborne was asked when the company would move to an DOS machine.
A side note is that Apple has a *working* OSX build for x86 already, so really the only wait is on the hardware (which is also nearly ready to roll) If you're like me, you'll be due for an upgrade when the Intel Macs ship and will buy one when they become available.
http://engadget.com/entry/1234000430059187   (2137 words)

  
 Tiny TCP/Tiny WEB/etc.
> Do you have an idea where I can get a further developed
Exploration of the TCP/IP protocol family 'from scratch', with full source code for a wide variety of PC networking utilities, running under DOS or Win32.
comparison to other tiny web servers of interest as well.
http://www.unusualresearch.com/tinytcp/tinytcp.htm   (1377 words)

  
 Microsoft: Still By and For Developers
We have to make our platform very popular in order for them to do that.
If we make their jobs easier, then they'll be more likely to stay on the Windows platform."
Jim Allchin, co-president of the new Microsoft Platform Products & Services Division, said: "Well, developers do want to touch a lot of customers.
http://www.eweek.com/article2/0,1759,1866660,00.asp?kc=EWRSS03119TX1K0000594   (1268 words)

  
 Fedora Core 3 vs. Suse 9.2 Professional - OSNews.com
I started into Linux with Slackware, moved to FreeBSD for a while, then tried Solaris on x86, and eventually went back to RedHat around release 6.0.
Vista vs. Mac OS X Comparison - Part II
In all honesty, I've been a loyal RedHat user for many years.
http://www.osnews.com/story.php?news_id=8885   (877 words)

  
 Free
Free Pascal: free 32-bit Pascal compiler (x86,m68k,powerpc,sparc,arm) for DOS, Linux, Darwin, NetBSD, FreeBSD, Solaris, MacOS, BeOS, Win32 and OS/2.
http://free.sitesbest.com   (933 words)

Compwisdom
 About us   |  Why use us?   |  Press   |  Contact us

 Copyright © 2006 CompWisdom.com Usage implies agreement with terms.