Sponsored Content
Top Forums UNIX for Dummies Questions & Answers developing a Kernel for old old Unix? Post 302343691 by fpmurphy on Thursday 13th of August 2009 10:00:47 AM
Old 08-13-2009
Yes, it is possible to modify an old version of Unix to support modern hardware but unless you are going to do it yourself it is probably not worth the cost of doing so.

Surely the more important issue is can the applications be ported to run on modern hardware for relatively low cost. You say that they are written in Cobol. Have you got the source for the Cobal compiler and runtime? If so, I would try and port these items onto something like 32-bit OpenBSD or NetBSD and if successful, recompile the applications to run on one of these platforms.
 

10 More Discussions You Might Find Interesting

1. OS X (Apple)

Mac OS X - UNIX kernel based.

I'm at the new Apple store in Tysons Corner, VA and have been looking at the new MAC OS based on the UNIX kernel. It is really fabulous. A UNIX kernel with incredible MAC graphics and apps running on top! http://www.apple.com/macosx/ and for Darwin, the UNIX opensource project: ... (0 Replies)
Discussion started by: Neo
0 Replies

2. UNIX for Advanced & Expert Users

Unix Kernel Designing

Hello, I want to know what a kernel is? what are its functions and uses. what is a unix kernel? can i make a new kernel like unix or any other OS. if yes what type of programming is needed or can i use C programming language.if there is C, then what kind of C is required (hardware like... (2 Replies)
Discussion started by: vibhory2j
2 Replies

3. UNIX for Dummies Questions & Answers

Why does UNIX kernel does not shrink?

Hello this is a book problem of chapter 8 william stallings's operating systems..can anyone tells me the accurate solution of it?? The Unix kernel will dynamicaly grow a process's stack in virtual memory as needed, but it willnever try to shrink it. Consider the case in which a program calls a C... (7 Replies)
Discussion started by: dillidamunda
7 Replies

4. UNIX for Dummies Questions & Answers

Unix Distribution and Kernel

By way of a small report what is involved in the updating of the unix distribution and kernel (1 Reply)
Discussion started by: Dipset
1 Replies

5. UNIX for Dummies Questions & Answers

Unix Kernel Switching?

How do I go about switching from one Kernel to another? I figure the process is somewhat like "compile -> remove old boot reference -> add new boot reference -> reboot/restart kernel"... but honestly I have no idea how to do this... I'm trying to test out a piece of software, but it only runs... (3 Replies)
Discussion started by: jjinno
3 Replies

6. Programming

Rebuild the Dev of a non UNIX kernel...

My name for this post may be a bit off but basically I would like to take go though the same proses that kernel developers went though to build other kernels that are based on UNIX such as Linux, And do it from scratch IE. starting with the base UNIX and building on to it. So I in theory could... (0 Replies)
Discussion started by: DevSer2279
0 Replies

7. UNIX for Dummies Questions & Answers

UNIX kernel type?

Hai guys,This is my first question. What type of UNIX kernel is? (W.K.T linux kernel is monolithic) Thank you (2 Replies)
Discussion started by: Felicia23
2 Replies

8. UNIX for Dummies Questions & Answers

can i get UNIX kernel and compile it like Linux ?

I am not a newbie to Linux, i have been using Linux as my desktop for 4 years, but i am just an end user to Linux, no advanced knowledge to it. I knew that, i can download generic linux kernel and compile it by myself, but how about Unix? how can i get an Unix kernel and compile it ? or no this... (5 Replies)
Discussion started by: wong.sie.ung
5 Replies

9. SCO

Study UNIX Kernel

Hi all, I hope you are fine, I'd like study Os I tried a book like Silberschatz it's a good book but like other books it talks about the concepts abstractly and that's due to it try to encompass many concepts from many operating systems in GENERAL. i am not too much comfortable from these... (20 Replies)
Discussion started by: Abdo_8008
20 Replies

10. What is on Your Mind?

Developing Applications for UNIX.COM

A number of people have asked me about the best way to develop some cool new web app for UNIX.COM. In today's "very easy web dev" world, developers do not need to be burdened (like I am) to the "back end" of the site. The best way to develop web apps is to build the application on your desktop... (2 Replies)
Discussion started by: Neo
2 Replies
CALLGRIND 
CONTROL(1) Release 3.7.0 CALLGRIND CONTROL(1) NAME
callgrind_control - observe and control programs being run by Callgrind SYNOPSIS
callgrind_control [options] [pid|program-name...] DESCRIPTION
callgrind_control controls programs being run by the Valgrind tool Callgrind. When a pid/program name argument is not specified, all applications currently being run by Callgrind on this system will be used for actions given by the specified option(s). The default action is to give some brief information about the applications being run by Callgrind. OPTIONS
-h --help Show a short description, usage, and summary of options. --version Show version of callgrind_control. -l --long Show also the working directory, in addition to the brief information given by default. -s --stat Show statistics information about active Callgrind runs. -b --back Show stack/back traces of each thread in active Callgrind runs. For each active function in the stack trace, also the number of invocations since program start (or last dump) is shown. This option can be combined with -e to show inclusive cost of active functions. -e [A,B,...] (default: all) Show the current per-thread, exclusive cost values of event counters. If no explicit event names are given, figures for all event types which are collected in the given Callgrind run are shown. Otherwise, only figures for event types A, B, ... are shown. If this option is combined with -b, inclusive cost for the functions of each active stack frame is provided, too. --dump[=<desc>] (default: no description) Request the dumping of profile information. Optionally, a description can be specified which is written into the dump as part of the information giving the reason which triggered the dump action. This can be used to distinguish multiple dumps. -z --zero Zero all event counters. -k --kill Force a Callgrind run to be terminated. --instr=<on|off> Switch instrumentation mode on or off. If a Callgrind run has instrumentation disabled, no simulation is done and no events are counted. This is useful to skip uninteresting program parts, as there is much less slowdown (same as with the Valgrind tool "none"). See also the Callgrind option --instr-atstart. -w=<dir> Specify the startup directory of an active Callgrind run. On some systems, active Callgrind runs can not be detected. To be able to control these, the failed auto-detection can be worked around by specifying the directory where a Callgrind run was started. SEE ALSO
valgrind(1), $INSTALL/share/doc/valgrind/html/index.html or http://www.valgrind.org/docs/manual/index.html. AUTHOR
Josef Weidendorfer <Josef.Weidendorfer@gmx.de>. Release 3.7.0 06/05/2012 CALLGRIND CONTROL(1)
All times are GMT -4. The time now is 08:22 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy