Emulating SUN3 or SUN4 kernel in cygwin

  • Thread starter Thread starter Kholdstare
  • Start date Start date
  • Tags Tags
    Kernel
AI Thread Summary
Emulating a SUN3 or SUN4 kernel in Cygwin on Windows 7 poses significant challenges, particularly due to Cygwin's limited support for the underlying system architecture and graphics capabilities required by the software SUPREM IV GS and SEDAN III, which were compiled around 1994. Users suggest that running these applications on a Linux environment may be more viable, as indicated by the software's documentation. Concerns about compatibility arise from SUNOS's lack of full POSIX compliance, which could lead to issues with system and library calls. For those with access to RHEL 4, 5, or 6, modifications to the Makefile will likely be necessary to adapt to the Linux environment, although specific changes were not detailed in the discussion. Users are encouraged to share any successes or insights from their attempts to run the software.
Kholdstare
Messages
388
Reaction score
1
Anyone has any idea about how to emulate a SUN3 or SUN4 kernel in cygwin under windows 7?

I want to run these two softwares SUPREM IV GS and SEDAN III. The are free to download and use from http://www-tcad.stanford.edu/
It seems from the makefile that it uses sun3 / sun4 architecture and was compiled around 1994.

Please report me any success.

Thanks
 
Technology news on Phys.org
It'd probably be pretty ugly... Cygwin emulates a UNIX-like shell environment on Widows, but not a whole lot of the underlying system, especially graphics which I imagine your desired programs use heavily. The "TOOLS" page I looked at indicates that you might be able to get it running under some types of Linux, so that might be a better approach. IIRC SUNOS was not be entirely POSIX compliant, so some of the underlying sys and lib calls may not match current reality.
 
I have access to RHEL 4,5,6 linux. Will I be able to run them there? What will be changed in the Makefile?
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top