UNIX 386 & HPUX


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users UNIX 386 & HPUX
# 1  
Old 07-10-2006
UNIX 386 & HPUX

We have a C program which does the encryption and decryption. It is running fine in UNIX 386. But the same C program is giving different results in HP UX server.
We found that the Ascii codes (output) are different. I don;t know why it is giving different results. How can we get the same output that we get in UNIX 386. Is there any way by which we can simulate (or get) the same output that UNIX 386 is giving.
# 2  
Old 07-10-2006
I'm not into programming, so I obviously cannot help here.

But I know that HP-UX usually uses 7-Bit ASCII charsets on console and that I usually have odd characters after each reboot, e.g. £ instead of # for the prompt.
So I have to set it manually to 8-Bit ASCII, to have correct characters on console.
If I login via ssh (putty) the characters are correctly displayed.

Maybe this help a bit.
# 3  
Old 07-10-2006
What do you mean by "the same program"?
You mean the same code compiled in HPUX?
And as for the output, you mean this program actually outputs ASCII codes instead of characters?
# 4  
Old 07-11-2006
HPUX and UNIX386

I mean the same COde when compiled and executed in HPUX gives different results from the one produced in UNIX 386 OS.

How can I get the result of UNIX 386 in HPUX OS.
# 5  
Old 07-11-2006
Use the GCC Complier on Both Platforms.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. SCO

Sco unix v/386 3.2 problem boot and install

Hi i have a problem after boot with N1 disk and putting N2 disk and pressing the enter in this message:Insert N2(filesystem) floppy and press after by this(pressing enter) the system is reboot!! why??? :confused: my old pc is a Pentium II 333mhz 3gb hd 64mb ram please help!! :( (3 Replies)
Discussion started by: panos_pit
3 Replies

2. UNIX for Dummies Questions & Answers

What version of unix for a 386

I have already learned everything possible from windows or all that I at least care to learn and am now looking to move onto unix. My problem is that I have never used unix nor do I know anyone who has. If anyone could give any clues to what version/make of unix would be best on an old 386 box then... (7 Replies)
Discussion started by: tabodi
7 Replies

3. SCO

sco unix v/386 boot disk

anyone know where I can download or get a boot disk for sco unix v/386? I have an old PC running sco unix v/386 3.2. I dont have an install or boot disk. I need to reset the root password. I have looked all over the internet and cannot find it anywhere. any help would be greatly appreciated.... (5 Replies)
Discussion started by: format
5 Replies

4. UNIX for Advanced & Expert Users

Unix and the maximum number of processes under a 386 box.

Hi ! I would like to know if Unix could launch more than 8192 processes , which is the maximum number of LDTs on a 386 box. Is this done by swapping some memory on the disk ? Thanks for your answers. (0 Replies)
Discussion started by: krhamidou
0 Replies

5. UNIX Desktop Questions & Answers

Where can I find a Unix OS that will run on a 386 processor?

Hey, can anyone recommend a URL (or website) where I can download a basic (or old) UNIX OS that will run on an ancient laptop that has a 386 processor, 4MB of RAM and a 40MB harddrive? Your help and suggestions are much appreciated! :confused: (4 Replies)
Discussion started by: methudrez
4 Replies

6. Programming

do you have unix for 386

hello!i have a 8 year old computer.it's 386dx, 40mhz,4mb edo ram,and it has 400mb hd.i'm looking for unix or linux which can work on my computer.if you know where can i find it please help me.if you have one please send it to ilovebasic@yahoo.com. (4 Replies)
Discussion started by: kfjfgkþo
4 Replies

7. UNIX for Dummies Questions & Answers

SCO UNIX System V/386, Release 3.2

I was just wondering if there is a way to recursive grep for something in this version of UNIX... so that I don't have to do it a directory at a time? (1 Reply)
Discussion started by: PBNOSGT
1 Replies

8. UNIX for Dummies Questions & Answers

Sco Unix V/386

where can i get a boot diskette for my old SCO UNIX V/386 (3 Replies)
Discussion started by: LEO P. CAPARAS
3 Replies

9. UNIX for Dummies Questions & Answers

SCO Unix V/386 Help

I'm new in this.. I want to install SCO Unix in a Intel 166Mhz with 1GB HDD. I have the fowllowing disks with labels: -1 disk of SCO Unix System v/386 Operation system Installation. -2 disks of SCO Unix System v/386 Operation system (extended Utilities) -6 disks of SCO Unix System v/386... (1 Reply)
Discussion started by: jimmyvaldes
1 Replies

10. UNIX for Dummies Questions & Answers

UNIX for 386 SX 4MB RAM

How, where from and which UNIX or LINUX can I download so that I can use it normally working on 386 SX 4MB RAM. I want to use only its basic functions and C and C++ compiler on it. I need it for my studies. P.S I need a stable UNIX or LINUX including a full set of functions of C... (4 Replies)
Discussion started by: Traiancho
4 Replies
Login or Register to Ask a Question