HOME





V Communications
BVRP Software SA is a Paris-based software company that has purchased American software companies. A 2007 acquisition placed it, according to one report, as then being the sixth largest publisher of consumer software in the United States. History ''BVRP'' was started in 1984 by "Bruno Vanryb and Roger Politis, sound engineers." The company's first offering was a modem-based business phone number service, "a database program called Directory." When their Paris-based company partnered with Hayes Microcomputer Products they increased their range beyond Paris and France "to 62 other countries." Vanryb claimed that French venture capital companies "prefer to invest in bigger companies, they don't like startups" so he turned to U.S. sources, leading to AvanQuest and VCOM. Avanquest Avanquest is a marketing name for PC software such as Avanquest Fix-It Utilities 11 Professional, a collection of optimization tools. In mid 2003 parent company ''BVRP'' expanded the Avanquest identity ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

The Wall Street Journal
''The Wall Street Journal'' (''WSJ''), also referred to simply as the ''Journal,'' is an American newspaper based in New York City. The newspaper provides extensive coverage of news, especially business and finance. It operates on a subscription model, requiring readers to pay for access to most of its articles and content. The ''Journal'' is published six days a week by Dow Jones & Company, a division of News Corp. As of 2023, ''The'' ''Wall Street Journal'' is the List of newspapers in the United States, largest newspaper in the United States by print circulation, with 609,650 print subscribers. It has 3.17 million digital subscribers, the second-most in the nation after ''The New York Times''. The newspaper is one of the United States' Newspaper of record, newspapers of record. The first issue of the newspaper was published on July 8, 1889. The Editorial board at The Wall Street Journal, editorial page of the ''Journal'' is typically center-right in its positio ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


386MAX
386MAX (originally 386 to the Max, later Qualitas MAX) is a computer memory manager for DOS-based personal computers. It competed with Quarterdeck's QEMM memory manager. It was manufactured by Qualitas. BlueMax was a special version designed for the IBM PS/2 with ROM compression to get the most of the Upper Memory Blocks. In 2022, the source code was made available on GitHub, and released under the GNU GPL v3 license by Bob Smith of Sudley Place Software. It joined other tools that Smith had originally written at Qualitas which had their source code released in 2012: * DPMIONE, a DPMI 1.0 host component * 386SWAT, a protected-mode debugger * QLINK, a linker Linker or linkers may refer to: Computing * Linker (computing), a computer program that takes one or more object files generated by a compiler or generated by an assembler and links them with libraries, generating an executable program or shar ... tool written to handle 32-bit data types, in support of the 386SWAT ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


PartitionMagic
PartitionMagic is a utility software program for hard disk drive partitioning originally made by PowerQuest, but subsequently owned by Symantec. As of December 8, 2009, the Symantec website stated that they no longer offer PartitionMagic. The program runs on pre-Vista Microsoft Windows operating systems including Windows 2000 and Windows XP, but the application is incompatible with Windows Vista and later versions (although Microsoft added resizing). In any of these cases, existing partitions can be resized without loss of data. Details PartitionMagic is capable of resizing NTFS, FAT16 or FAT32 partitions without data loss, and can copy and move partitions, including to other disks. It also has various other features, including being able to convert between FAT16, FAT32 and NTFS, modify the cluster size of FAT16, FAT32 and NTFS filesystems, and merge adjacent FAT or NTFS filesystems (all without data loss, though some NTFS-only metadata is lost on conversion to FAT). Additiona ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


List Of Disk Partitioning Software
This is a list of utilities for performing disk partitioning Disk partitioning or disk slicing is the creation of one or more regions on secondary storage, so that each region can be managed separately. These regions are called partitions. It is typically the first step of preparing a newly installed disk .... List {{DEFAULTSORT:Disk Partitioning Software Disk partitioning software Lists of software ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  




System Commander
System Commander (SC for short) is a graphical boot manager/loader software application developed by ''VCOM''. The software allowed for multiple operating systems to be installed onto a machine at once, providing a menu from which the user selected the operating system they wished to boot from. Other software with similar functionality includes NTLDR, LILO, GRUB, and Graphical Boot Manager. One of its components was named '' Partition Commander''. Overview ''System Commander'' was introduced in 1993 by V Communications, sometimes referred to as VCOM. Description A major feature of System Commander is its ability to hide partitions. An operating system could be configured to not recognize other partitions, preventing the data of other installed operating systems from being accessed or tampered with. ''System Commander'' requires either 32-bit DOS or Windows ( 95/ 98/ Me/2000/ XP/2003/ Vista) to install. The software can run in screen resolutions up to 1600x1200. Partition ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Terminate-and-stay-resident Program
A terminate-and-stay-resident program (commonly TSR) is a computer program running under DOS that uses a system call to return control to DOS as though it has finished, but remains in computer memory so it can be reactivated later. This technique partially overcame DOS's limitation of executing only one program, or task, at a time. TSRs are used only in DOS, not in Windows. Some TSRs are utility software that a computer user might call up several times a day, while working in another program, by using a hotkey. Borland Sidekick was an early and popular example of this type. Others serve as device drivers for hardware that the operating system does not directly support. Use Normally DOS can run only one program at a time. When a program finishes, it returns control to DOS using the system call of the DOS API. The memory and system resources used are then marked as unused. This makes it impossible to restart parts of the program without having to reload it all. Howev ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

High Memory Area
In DOS memory management, the high memory area (HMA) is the RAM area consisting of the first 65520 bytes above the one megabyte in an IBM AT or compatible computer. In real mode, the segmentation architecture of the Intel 8086 and subsequent processors identifies memory locations with a 16-bit segment and a 16-bit offset, which is resolved into a physical address via (segment) × 16 + (offset). Although intended to address only 1 Megabyte (MB) (220 bytes) of memory, segment:offset addresses at FFFF:0010 and beyond reference memory beyond 1 MB (FFFF0 + 0010 = 100000). So, on an 80286 and subsequent processors, this mode can actually address the first 65520 bytes of extended memory as part of the 64 KB range starting 16 bytes before the 1 MB mark—FFFF:0000 (0xFFFF0) to FFFF:FFFF (0x10FFEF). The Intel 8086 and 8088 processors, with only 1 MB of memory and only 20  address lines, wrapped around at the 20th bit, so that address FFFF:001 ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Upper Memory Area
In DOS memory management, the upper memory area (UMA) is the memory between the addresses of 640  KB and 1024 KB ( 0xA0000–0xFFFFF) in an IBM PC or compatible. IBM reserved the uppermost 384 KB of the 8088 CPU's 1024 KB address space for BIOS ROM, Video BIOS, Option ROMs, video RAM, RAM on peripherals, memory-mapped I/O, and obsoleted ROM BASIC. However, even with video RAM, the ROM BIOS, the Video BIOS, the Option ROMs, and I/O ports for peripherals, much of this 384 KB of address space was unused. As the 640 KB memory restriction became ever more of an obstacle, techniques were found to fill the empty areas with RAM. These areas were referred to as upper memory blocks (UMBs). Usage The next stage in the evolution of DOS was for the operating system to use upper memory blocks (UMBs) and the high memory area (HMA). This occurred with the release of DR DOS 5.0 in 1990. DR DOS' built-in memory manager, EMM386.EXE, could perfo ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

I386
The Intel 386, originally released as the 80386 and later renamed i386, is the third-generation x86 architecture microprocessor from Intel. It was the first 32-bit processor in the line, making it a significant evolution in the x86 architecture. Pre-production samples of the 386 were released to select developers in 1985, while mass production commenced in 1986. The 386 was the central processing unit (CPU) of many workstations and high-end personal computers of the time. The 386 began to fall out of public use starting with the release of the i486 processor in 1989, while in embedded systems the 386 remained in widespread use until Intel finally discontinued it in 2007. Compared to its predecessor the Intel 80286 ("286"), the 80386 added a three-stage instruction pipeline which it brings up to total of 6-stage instruction pipeline, extended the architecture from 16-bits to 32-bits, and added an on-chip memory management unit. This paging translation unit made it muc ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Helix Netroom
Netroom (originally styled NETROOM) is a DOS memory manager produced by Helix Software Company in the 1990s. Introduced in August 1990, NETROOM was originally titled "LAN Memory Manager." Version 1.0 of NETROOM was a re-packaged version of Helix's HeadRoom with the HeadRoom Network Extensions, bundled together and targeted to network users. NETROOM loaded network drivers into a virtual machine created using an expanded memory page frame. NETROOM allowed this virtual machine to run as a multitasked background process. NETROOM included support for Novell NetWare, Banyan VINES, and LAN Manager networks. NETROOM was originally available only in multi-user packs starting with a four user license. Helix introduced version 1.10 of NETROOM, in January 1991, with a single-user license. This version included support for Microsoft Windows 3.0, and added an integrated 286 and 386 expanded memory manager. The NETROOM 286/386 memory manager provided access to expanded memory and extended ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

BizJournals
American City Business Journals, Inc. (ACBJ) is an American newspaper publisher based in Charlotte, North Carolina. ACBJ publishes ''The Business Journals'', which contains local business news for 44 markets in the United States with each market's edition named for that market, and also publishes ''Hemmings Motor News'' and ''Inside Lacrosse''. The company is owned by Advance Publications and receives revenue from display advertising and classified advertising in its weekly newspaper and online advertising on its website and from a subscription business model. The bizjournals.com website, using the overarching online title ''The Business Journal'', contains local business news from various cities in the United States, along with an archive that contains more than 5 million business news articles published since 1996. it receives over 3.6 million readers each week. History American City Business Journals, Inc. was founded in 1982 by Mike K. Russell with the launch of the ''Kansa ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

QEMM
Quarterdeck Expanded Memory Manager (QEMM) is a memory manager produced by Quarterdeck Office Systems in the late 1980s through the late 1990s. It was the most popular third-party memory manager for the MS-DOS and other DOS operating systems. QEMM product ranges ;QRAM: A memory manager for Intel 80286 or higher CPUs. It supports Chips and Technologies chipsets. 2.02 added SHADOWRAM switch. QEXT correctly reallocates eXtended Memory Specification (XMS). It includes VIDRAM, Optimize, LOADHI from QEMM 6.02, Manifest 1.13. Earlier versions of QRAM also supported the older 8086 and 8088 CPUs. ;QEMM Game Edition: It is a version of QEMM that includes Quarterdeck GameRunner. Patches for regular QEMM do not work on QEMM Game Edition. ;QEMM MegaBundle: In the version shipped with Borland SideKick for Windows, it is a version with SideBar 1.00 (1994-08-22) and QEMM 7.5. ; DESQview 386: It includes DESQview and QEMM-386. Features/tools QEMM driver QEMM provides access to the Upper Me ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]