Sponsored Content
Operating Systems HP-UX Oracle 9i install: Error in invoking target install of makefile Post 302107862 by Ebbi on Wednesday 21st of February 2007 08:21:02 AM
Old 02-21-2007
Hmm, that's a pity.
Maybe you just have a 32-bit kernel while the system itself is capable of 64-bit?

Which machine is it?
 

5 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

How to install Oracle 8i on Solaris 8 OS on a PC ?

Dear Sir/Madam, I have a hard time to install Oracle 8i on Solaris 8 OS on my PC. Every time I tried to install Oracle I failed, and it gave me a message that I have to change the files which were not specified. Therefore I have no ideas which files I have to modify. If you have the answer,... (2 Replies)
Discussion started by: vuknguyen
2 Replies

2. Shell Programming and Scripting

Makefile cant create new install path

..... (2 Replies)
Discussion started by: mercury
2 Replies

3. Linux

install macbook pro fedora10 ???((<<if can install, how to install? >> ))

If may install can Tells everybody ??? (0 Replies)
Discussion started by: kzBSD
0 Replies

4. Solaris

Oracle install on Solaris

i have installd oracle 10 on Solaris 10 now i want to access this database from remote machine. -bash-3.00$ tnsping 192.168.92.49 TNS Ping Utility for Solaris: Version 10.2.0.2.0 - Production on 17-DEC-2010 21:06:51 Copyright (c) 1997, 2005, Oracle. All rights reserved. Used... (0 Replies)
Discussion started by: akhaliq22
0 Replies

5. Red Hat

I am getting below error while trying to install Oracle 12c release 2 on rhel 7

Hi, I am getting below error while trying to install oracle 12c release 2 on rhel 7. $ ./runInstaller Starting Oracle Universal Installer... Checking Temp space: must be greater than 500 MB. Actual 10828 MB Passed Checking swap space: must be greater than 150 MB. Actual 2559 MB ... (2 Replies)
Discussion started by: balasahu
2 Replies
I386_VM86(2)						   BSD/i386 System Calls Manual 					      I386_VM86(2)

NAME
i386_vm86 -- set virtual 8086 processor registers and mode LIBRARY
i386 Architecture Library (libi386, -li386) SYNOPSIS
#include <sys/types.h> #include <signal.h> #include <machine/mcontext.h> #include <machine/segments.h> #include <machine/sysarch.h> #include <machine/vm86.h> int i386_vm86(struct vm86_struct *vmcp); DESCRIPTION
i386_vm86() will set the process into virtual 8086 mode using the registers and selectors specified by the context pointed to by vmcp. The processor registers are set from vmcp->substr.regs, and the emulated processor type from vmcp->substr.ss_cpu_type. The kernel keeps a pointer to the context, and uses the tables stored at vmcp->int_byuser and vmcp->int21_byuser for fast virtual interrupt handling. If the n th bit is clear in the first of these arrays, then the kernel may directly emulate the real-mode x86 INT n instruction handling. If the n th bit is set, then the process is delivered a signal when an INT instruction is executed. Since MS-DOS puts many DOS functions onto interrupt 21, it is handled specially: the k th bit in the vmcp->int21_byuser array is checked when INT 21 is requested and the ah register is k. RETURN VALUES
This routine does not normally return: 32-bit mode will be restored by the delivery of a signal to the process. In case of an error in set- ting the VM86 mode, a value of -1 is returned and the global variable errno is set to indicate the error. ERRORS
i386_vm86() will fail if: [EFAULT] The state at vmcp was not readable to the user process. REFERENCES
i386 Microprocessor Programmer's Reference Manual, Intel BSD
February 20, 1996 BSD
All times are GMT -4. The time now is 04:10 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy