difference between unix and genunix files


 
Thread Tools Search this Thread
Operating Systems Solaris difference between unix and genunix files
# 1  
Old 08-05-2009
difference between unix and genunix files

Hi,

Please explain difference between unix and genunix files in solaris.

Thanks in advance
# 2  
Old 08-05-2009
They are both components combined to form the kernel at boot time. genunix is generic while there are several variants of unix depending on the architecture.
# 3  
Old 10-08-2009
The unix kernel program is a combination of 2 programs 1.genunix (generic unix) and 2.unix.
The genunix part is common for all architectures irrespective of sparc or x86, etc. So that program code will be the same for all architecture. (platform -independent).
but the unix part is written specifically for an architecture. (unix for sparc and unix for x86). so , it is platform dependant.

While booting these 2 will be combined to form a UNIX kernel, which manages our system.
hope i am correct.
# 4  
Old 10-08-2009
This is partially incorrect.

While the source code used to build them is common, the genunix file binary content is different from an x86 to an SPARC architecture and also between a 32 bit (x86) and a 64 bit (amd64/x64) mode.
# 5  
Old 10-12-2009
thanks for the correction.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Comparing two files and list the difference with common first line content of both files

I have two file as given below which shows the ACL permissions of each file. I need to compare the source file with target file and list down the difference as specified below in required output. Can someone help me on this ? Source File ************* # file: /local/test_1 # owner: own #... (4 Replies)
Discussion started by: sarathy_a35
4 Replies

2. UNIX for Dummies Questions & Answers

difference between unix and linux

Hi I am new to linux I have dout waht is the difference between UNIX and LINUX Is there any soft for insatallation for UNIX OS Thanks (0 Replies)
Discussion started by: sanjaya
0 Replies

3. Shell Programming and Scripting

Difference Between 2 files in UNIX

Hi, I am having files in the below format $ cat a.txt 1, abc, 1234 2, bcd, 2345 $ cat b.txt 1, bcd, 2345 2, cde, 3456 and I want to display only what is not exists in a.txt through UNIX script. like 2, cde, 3456 Please advice me. (1 Reply)
Discussion started by: Alex_Smith
1 Replies

4. UNIX for Dummies Questions & Answers

Difference between windows and Unix

Hi all, can anyone share any URl or link which is about the main 20 advantages and features of unix over windows i mean i need camparison matrix between windows and any flavour of unix. thanks a lot in advance for sharing. Best Regards (4 Replies)
Discussion started by: younusdba
4 Replies

5. UNIX for Dummies Questions & Answers

difference between 2 files in unix

I need the get the difference between 2 files and the result, I need to output it to an other file file1 1 1 2 file2 1 1 2 3 Result....File3=3 used diff file1 file2 > file3 ( not working as expected)..Exact requirement..I have 2 flatfiles to compare and load only the difference in a... (17 Replies)
Discussion started by: win4luv
17 Replies

6. UNIX for Dummies Questions & Answers

Unix difference

Hi, What is the difference between the following unix ie.. Linux-unix, HP-Unix, AIX, Solaris Unix... whether commands used in all unix are same? and which one is best?..... (2 Replies)
Discussion started by: gwgreen1
2 Replies

7. UNIX for Dummies Questions & Answers

Difference between UNIX and Linux

OK, I've used various versions of UNIX(Solaris, HPUX, etc..) over the years. Now the organization I work for is leaning towards more Linux based systems(Redhat, Suse, etc..) I do see differences in in comands and how to accomplish basic adminstration, but nothing mind blowing. So, what is it... (5 Replies)
Discussion started by: pbonilla
5 Replies

8. UNIX for Dummies Questions & Answers

Difference between UNIX operating system and Unix Open Server

Hi, I recently joined this forum and new to UNIX. Is there any difference between UNIX operating system and UNIX open server? Please explain. (1 Reply)
Discussion started by: Manjit
1 Replies
Login or Register to Ask a Question