Sponsored Content
Operating Systems Solaris Installation of Solaris 10 on X86 Platform on the same Disk having XP SP2 Post 302202546 by DukeNuke2 on Thursday 5th of June 2008 05:29:53 AM
Old 06-05-2008
do not double post! closed....
 

9 More Discussions You Might Find Interesting

1. Solaris

Solaris 9 on x86 platform, video drivers

Hi all! I'm having problems to set up my X window under x86 with solaris 9. My graphics card is a sis650 on a flat Samsung SyncMaster 152s... how can i do this? Thanx Jason (1 Reply)
Discussion started by: penguin-friend
1 Replies

2. Solaris

Solaris 10 installation on X86

During installation on the desktop the error message crops up. "Failed to initialize hotplug controllers". Any help. Thanks. Chad (3 Replies)
Discussion started by: Mike Chad
3 Replies

3. Solaris

Solaris 10 x86 Installation Will Not Boot From CD Disks

Problem: Am trying to install Solaris 10 x86 on a desktop PC (PC details unspecified) from downloaded iso images (5 in all) on 5 CD disks. These were downloaded from the Sun website and unzipped. I install Disk 1of 5 into the CD drive and then restart the machine, thinkng that it will launch... (5 Replies)
Discussion started by: RobSand
5 Replies

4. Solaris

Installation of Solaris 10 11/06 on X86 Platform with Xp SP2 as dual boot

Please help to install Solaris 10 11/06 on X86 platform with XP Sp2 as dual boot . Iam not unable to complete the installation as it shows that NO DISK AVAILABLE even i have assigned the unpartioned space of 30 GB PLz help me as my life was tired to do Installation before i retire from the... (2 Replies)
Discussion started by: skargarika
2 Replies

5. Solaris

best vm platform for x86 solaris

Anyone recommend the best VM platform to run x86 solaris on my dell laptop? A free platform.. (2 Replies)
Discussion started by: BG_JrAdmin
2 Replies

6. Solaris

internet setup for solaris on x86 platform

Hi all, i have configured my solaris 5 .10 for internet connection by editing the files /etc/hosts/,/etc/resolve.config,/etc/defalutrouter and nsswitchconfig . during installation i was not requested for ip adddress even i plugged network cable. am i need to install any network card... (2 Replies)
Discussion started by: srikanthg
2 Replies

7. Solaris

ZFS on solaris 10 with x86 platform

HI , I required brief about the zfs creation on solaris 10 with x86 platform. I had done with sparc system. Is it same or different as Sparc. (3 Replies)
Discussion started by: sunray
3 Replies

8. Solaris

Can't have the GRUB menu for solaris x86 installation

Dears, I'm trying to install solaris x86 on sun x4170 M2 I started connecting consol to the machine but when I do the reset /SYS command nothing changed I can see that the /SYS is powered on but I can get the GRUB menu to start the installation of the solaris. the solaris DVD is already... (2 Replies)
Discussion started by: engwzwz
2 Replies

9. Solaris

Solaris 11 x86 installation troubles - 8G disk limit

Hi, I am trying to install Solaris 11 on an X86 machine. I am using the text install iso image burned to an optical disk. The system contains a single 500G SATA drive. When the system attempts to detect local disks, it reports that the disk only has a capacity of 8GB. How do I get... (2 Replies)
Discussion started by: jpoc
2 Replies
NEXTAFTER(3)							libc math functions						      NEXTAFTER(3)

NAME
nextafter, nexttoward - floating point number manipulation SYNOPSIS
#include <math.h> double nextafter(double x, double y); float nextafterf(float x, float y); long double nextafterl(long double x, long double y); double nexttoward(double x, long double y); float nexttowardf(float x, long double y); long double nexttowardl(long double x, long double y); DESCRIPTION
The nextafter() functions return the next representable neighbor of x in the direction towards y. The size of the step between x and the result depends on the type of the result. If x = y the function simply returns y. If either value is NaN, then NaN is returned. Other- wise a value corresponding to the value of the least significant bit in the mantissa is added or subtracted, depending on the direction. The nexttoward() functions do the same as the nextafter() functions, except that they have a long double second argument. These functions will signal overflow or underflow if the result goes outside of the range of normalized numbers. CONFORMING TO
C99. This function is defined in IEC 559 (and the appendix with recommended functions in IEEE 754/IEEE 854). SEE ALSO
nearbyint(3) GNU
2002-08-10 NEXTAFTER(3)
All times are GMT -4. The time now is 09:53 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy