SCO 5.0.5 on compaq presariolaptop C773tu


 
Thread Tools Search this Thread
Operating Systems SCO SCO 5.0.5 on compaq presariolaptop C773tu
# 1  
Old 05-27-2008
SCO 5.0.5 on compaq presariolaptop C773tu

i want to install sco unix 5.0.5 on compaq presario laptop c773tu dual boot with windos xp.
the HDD is 160 GB
RAM 2046 MB ddr2.
I have created partitions and loaded Win XP
While installing SCO Unix 5.0.5 i get the following problem
1)memory excessively fragmented. I get around it by sepcifying the following at the boot prompt mem=1m-16m,16-2048m at boot:
2) the interative fdisk/divvy doesnot run.
3)the size of hard disk is shown as 8 GB
please help me install sco unix on the laptop.
thanks in advance.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Hardware

HP Compaq 6710 - Strange network problems

Hi gurus, I am experiencing strange networks problems. I am trying to teather internet from HTC Desire S with Android. Basicly I followed those instructions: https://wiki.archlinux.org/index.php/Android_Tethering#Procedure 1.) Enable USB Debugging - Phone: Settings --> Applications -->... (0 Replies)
Discussion started by: wakatana
0 Replies

2. HP-UX

DST change on Compaq Tru64

Hello all, I hope someone can help me. We have Compaq Tru64 UNIX V5.1B (Rev. 2650). By latest Belarus government act Europe/Minsk timezone was changed to GMT+3 without DST (was GMT+2 with DST). Please advice how to do changes on our machine. Thank You in advance, md1982 (15 Replies)
Discussion started by: md1982
15 Replies

3. Windows & DOS: Issues & Discussions

compaq presario v3000 Notebook PC not booting

Hi all, Laptop compaq presario v3000 is not booting! It just gives 3 beeps and there is no display. All the green LEDs are glowing! I have "performed a hard reset" as per HP site Troubleshooting Black Screen Displays with No Error Messages During Startup or Boot Compaq Presario V3115AU... (7 Replies)
Discussion started by: ./hari.sh
7 Replies

4. Linux

OS for Compaq Presario 1685

Hi, Trying to install a small OS to run this old laptop. Compaq Presario 1685, circa '98 Processor: AMD K6-2 380 MHz Data Bus Speed: 66 MHz Ram Installed 32 MB moduled Hard Drive: 4.3 GB DVD-ROM Burned in a CD “PUPPY-4.3beta1-k2.6.25.16-v423-SCSI”, tried to boot with it several times BUT... (7 Replies)
Discussion started by: nichos
7 Replies

5. SuSE

cannot load linux on compaq tc1000

Any one try this. I am getting errors or it just hangs up. I have tried redhat, suse,ubuntu etc but nothing will load. When i try to boot the live cd they boot up OK but then just hang after a while and the cd rom stop spinning etc. Just wondering if anyone has use this hdw and what linux... (2 Replies)
Discussion started by: admaix
2 Replies

6. UNIX for Dummies Questions & Answers

Compaq Proliant ML370 G2 with Broadcom BCM5703 NIC

I am trying to re-install this netwrok adapter on a server which has just had the motherboard replaced - so much for fault tolerant. I am running SCO Opensercer 5.0.7 Can anyone tell me the Bus no , device number etc that I need to configure this card? Thanks in advance Richard (3 Replies)
Discussion started by: farmacy
3 Replies

7. UNIX for Dummies Questions & Answers

Help In Compaq Tru64 UNix

Hi, I am new to UNIX. I need help in working with Compaq-UX TRU64 OS. How It work FTP Server? ANd MAil Server? and I have apach pprogram project and it work as HTTP Server. Also I need how can setup a new version of progrm on UNix like mozilla and adobe reader etc........... Thank... (3 Replies)
Discussion started by: svuad
3 Replies

8. SCO

compaq smart array 532

Trying to install Sco openserver on HP Proliant with this scsi controller but no scsi devices detected. Boot controller is set as the smart array 532 but SCSI diags do not detect any SCSI boot devices during boot sequence Any help appreciated (2 Replies)
Discussion started by: farmacy
2 Replies

9. Filesystems, Disks and Memory

Compaq Scsi

Howto make Debian GNU/Linux install boot on a Compaq DeskPro XL 590 with Compaq SCSI diskdrive? The problem is that Compaq's Scsi controller sems to be odd. help please :) (0 Replies)
Discussion started by: Esaia
0 Replies

10. Programming

HPUX and Compaq problem-urgent

Hi All Following is the lines of code which simply makes a structure of 1 bit member and 7 bit is unused.Then the structure is initialised with char pointer.The output on HPUX(BIG Endian) and Compaq(Little Endian) are different.On HPUX it gives zero and Compaq it gives 1. I never thought that the... (7 Replies)
Discussion started by: Shobhit
7 Replies
Login or Register to Ask a Question
XScreenSaver(1) 					      General Commands Manual						   XScreenSaver(1)

NAME
bsod - Blue Screen of Death emulator SYNOPSIS
bsod [-display host:display.screen] [-foreground color] [-background color] [-window] [-root] [-mono] [-install] [-visual visual] [-delay seconds] DESCRIPTION
The bsod program is the finest in personal computer emulation. bsod steps through a set of screens, each one a recreation of a different failure mode of an operating system. Systems depicted include Microsoft's Windows 95 and Windows NT, Commodore-Amiga's AmigaDOS 1.3, SPARC Linux, SCO UNIX, the Apple Macintosh (both the MacsBug debug- ger and the rarer "Sad Mac"), and the Atari ST. OPTIONS
bsod accepts the following options: -window Draw on a newly-created window. This is the default. -root Draw on the root window. -mono If on a color display, pretend we're on a monochrome display. -install Install a private colormap for the window. -visual visual Specify which visual to use. Legal values are the name of a visual class, or the id number (decimal or hex) of a specific visual. -delay delay The delay between displaying one crash and another. ENVIRONMENT
DISPLAY to get the default host and display number. XENVIRONMENT to get the name of a resource file that overrides the global resources stored in the RESOURCE_MANAGER property. X RESOURCES
Notable X resources supported include the following, which control which hacks are displayed and which aren't. doWindows, doNT, doWin2K, doAmiga, doMac, doMac1, doMacsBug, doSCO, doAtari, doBSD, doLinux, doSparcLinux, doBlitDamage, and doSolaris. Each of these is a Boolean resource, they all default to true, except for doSparcLinux and doAtari, which are turned off by default, because they're really not all that interesting looking unless you're a fan of those systems. There aren't command-line options for these, so to change them, you'll need to add entries to your .Xdefaults file, or use the -xrm option. For example, to tell bsod not to show the NT crash: bsod -xrm '*doNT: false' BUGS
Unlike the systems that the images are borrowed from, bsod does not require a reboot after running. bsod should also emulate more systems, but systems with interesting crash graphics are not as common as one might hope. One I'd really like to see is a Unix system getting a kernel panic, rebooting, and running fsck(8). SEE ALSO
X(1), xscreensaver(1), http://www.microsoft.com/, http://www.apple.com/, and http://www.sco.com/, http://www.kernel.org/, and http://www.amiga.de/. TRADEMARKS
Microsoft Windows, Microsoft Windows 95, and Microsoft Windows NT are all registered trademarks of Microsoft Corporation. Apple Macintosh is a registered trademark of Apple Computer. Amiga is a registered trademark of Amiga International, Inc. Atari ST is probably a trade- mark, too, but it's hard to tell who owns it. Linux is a registered trademark of Linus Torvalds, but it isn't his fault. COPYRIGHT
Copyright (C) 1998 by Jamie Zawinski. Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. No representations are made about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. No animals were harmed during the testing of these simulations. Always mount a scratch monkey. AUTHOR
Concept cribbed from Stephen Martin <smartin@mks.com>. This version is by Jamie Zawinski <jwz@jwz.org>. X Version 11 28-Oct-98 XScreenSaver(1)