Sponsored Content
Full Discussion: How do I start a thread ?
Operating Systems SCO How do I start a thread ? Post 302193535 by Eclectic Wave on Friday 9th of May 2008 05:16:37 PM
Old 05-09-2008
Moving a driver off a Dos floppy

You can mount dos floppies in sco unix just as if they were formated for Unix.

mount /dev/fd0 /mnt

cd /mnt

The only two things you need to note is that Unix will only see 8 letters of the name (so if you named the file whatever.doc unix is going to display it as whateve~.

The second is that you must unmount the disk ( umount /mnt) before removing the floppy disk. If you don't you could cause the system to panic.

BTLD stands for boot time loadable driver, and there are special rules for bringing a btld driver into your unix kernal when not doing an intial install. SCO should have instructions on their web site for this.

See SCO article 105694 and 109501

Last edited by Eclectic Wave; 05-09-2008 at 06:24 PM..
 

4 More Discussions You Might Find Interesting

1. Programming

How to cancel a thread safely from the initial thread?

how about asynchronous canceling? or with signal? if with signal whether it effects the process? my english so badly :( :( (1 Reply)
Discussion started by: alan.zhao
1 Replies

2. Shell Programming and Scripting

Start program in background (or start crontab ahead of time)

Hey! I'm working on a script that will add a user, create some configfiles, and add a crontab for the user. The crontab looks like the following: @reboot /home/user/program config.conf & I would like for this process to start at the end of my script under the corresponding username by... (0 Replies)
Discussion started by: noratx
0 Replies

3. SCO

SLD: Failed to start the PMD Connection thread. (PM_THREAD_FAILED_TO_START).

Hello, I have a client with an 18 year old SCO Openserver 5.0.5 server. They can't find their installation media. They are experiencing an error at login: *LOGIN: ERROR- Failed to initialize policy manager. (IFOR_PM_FATAL) The status from the policy manager daemon (PMD -... (10 Replies)
Discussion started by: brhunt
10 Replies

4. Emergency UNIX and Linux Support

How do i start a new thread with my android phone?

thanks (6 Replies)
Discussion started by: jgt
6 Replies
AHB(4)							   BSD Kernel Interfaces Manual 						    AHB(4)

NAME
ahb -- Adaptec EISA SCSI host adapter driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device scbus device ahb Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): ahb_load="YES" DESCRIPTION
This driver provides access to the SCSI bus connected to an Adaptec AHA-174X host adapters in ``enhanced'' mode. Tagged queueing and syn- chronous SCSI transfers are supported. HARDWARE
The ahb driver supports the following SCSI host adapters: o Adaptec AHA-1740 o Adaptec AHA-1742 o Adaptec AHA-1740A o Adaptec AHA-1742A SEE ALSO
aha(4), ahc(4), aic(4), cd(4), da(4), sa(4), scsi(4) AUTHORS
The ahb driver was written by Justin T. Gibbs. CAVEATS
The Adaptec 174X is very sensitive to SCSI bus termination and cable length. It may also have difficulties operating with some modern devices that, due to their speed, expose timing problems in the controller. There are no known mechanisms for working around device incom- patibilities of this nature. BSD
July 4, 2004 BSD
All times are GMT -4. The time now is 02:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy