Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Single Application Operating System Post 302506388 by edfair on Sunday 20th of March 2011 01:10:48 PM
Old 03-20-2011
If you are going to only have one application running why are you going to throw a complete operating system between it and the hardware? ("Operating system" would imply sophisticated intermediate level processing of hardware level routines controlling everything)

Unix implies multi-process, multi-user while the application probably needs in the order of IBM ROM Basic with some extensions.

Last edited by edfair; 03-20-2011 at 02:16 PM..
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unix Operating System

I need the Unix operating system on disc as im new to unix. Im studying unix and x windows next year at Sheffield University and would like to get a head start. Any suggestions would be appreciated (2 Replies)
Discussion started by: jeffersno1
2 Replies

2. UNIX for Dummies Questions & Answers

Operating on a file being written by another application

Hi, I have a directory that is used to store files generated by another application. Each file is huge and can take some time to produce. I am writing a shell script to check the names and dates of the files and do some functions on the ones that are not being written out. My question is, if I... (3 Replies)
Discussion started by: GMMike
3 Replies

3. UNIX for Dummies Questions & Answers

Unix Operating System

Can anyone give me info on networking features of the Unix Operating System please. Thanks in advance (1 Reply)
Discussion started by: WaveZero
1 Replies

4. UNIX for Dummies Questions & Answers

Operating System

Which is much more powerful as an operating system: 1. Windows 2000 2. Windows 98 3. Windows XP 4. Windows ME 5. Unix 6. Linux and why is it much more powerful than the other operating systems that i have mentioned. thanks for your info... (1 Reply)
Discussion started by: alecks1975
1 Replies

5. UNIX for Dummies Questions & Answers

Unix Operating System?

Hey all, I currently use FreeBSD and linux and have decided I want to use a proper Unix distrobution. Which Unix distro would you members recommend. The only requirments that I have is that I can use some pogramming utilities available. I don't mind the install process. One more thing, I know some... (2 Replies)
Discussion started by: -zorin
2 Replies

6. IP Networking

Operating System Programming

I am new in Kernel programming....i want to know how kernel is implemented.To this i have downloaded minix 3 kernel but i do not know where to start my study of kernel programming...please tell me from where to start understanding the code and how to run kernel in windows 7 or red hat. (3 Replies)
Discussion started by: Sajan Gupta
3 Replies

7. UNIX for Advanced & Expert Users

Best Operating System

Hello All, I want to install Linux on my machine, so please tell me one thing which is the best to install- 1.)Red Hat 2.)Cent OS 3.)Red Hat 4.)Ubuntu 5.)Fedora except that if there is any please tell me. (1 Reply)
Discussion started by: parthmittal2007
1 Replies

8. Shell Programming and Scripting

Detect Operating System

Hi, I need a script that needs to detect the Operating System and based upon wheter it is Linux, Solaris x86, Sparc, Itanium etc it should populate "ps" command with detailed output accordingly for example: ps -xef | grep java -> Itaniumps -auxwww | greap java -> Solaris (9 Replies)
Discussion started by: mohtashims
9 Replies

9. UNIX for Advanced & Expert Users

What's my Operating System

Can we know the operating given the IP address or DNS of the host. All I have is file://myserver/myapp (4 Replies)
Discussion started by: mohtashims
4 Replies
XtAppAddInput(3Xt)						     MIT X11R4							XtAppAddInput(3Xt)

Name
       XtAppAddInput, XtRemoveInput - register and remove an input source

Syntax
       XtInputId XtAppAddInput(app_context, source, condition, proc, client_data)
	  XtAppContext app_context;
	  int source;
	  XtPointer condition;
	  XtInputCallbackProc proc;
	  XtPointer client_data;

       void XtRemoveInput(id)
	  XtInputId id;

Arguments
       app_context
		 Specifies the application context that identifies the application.

       client_data
		 Specifies the argument that is to be passed to the specified procedure when input is available.

       condition Specifies the mask that indicates a read, write, or exception condition or some operating system dependent condition.

       id	 Specifies the ID returned from the corresponding call.

       proc	 Specifies the procedure that is to be called when input is available.

       source	 Specifies the source file descriptor on a UNIX-based system or other operating system dependent device specification.

Description
       The function registers with the Intrinsics read routine a new source of events, which is usually file input but can also be file output.
       Note that file should be loosely interpreted to mean any sink or source of data.  also specifies the conditions under which the source can
       generate events.  When input is pending on this source, the callback procedure is called.

       The legal values for the condition argument are operating-system dependent.  On a UNIX-based system, the condition is some union of and The
       function causes the Intrinsics read routine to stop watching for input from the input source.

See Also
       XtAppAddTimeOut(3Xt)
       X Window System Toolkit: The Complete Programmer's Guide and Specification, Paul J. Asente and Ralph Swick
       X Window System: The Complete Reference, Second Edition, Robert W. Scheifler and James Gettys

																XtAppAddInput(3Xt)
All times are GMT -4. The time now is 04:59 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy