forked from mtalexander/hercules-390
    
        
        - 
                Notifications
    
You must be signed in to change notification settings  - Fork 0
 
IanWorthington/hercules-390
Folders and files
| Name | Name | Last commit message  | Last commit date  | |
|---|---|---|---|---|
Repository files navigation
-------------------------------------------------------------------------------
                         ***  PRELIMINARY  ***
                    Building Hercules-390 for AIX 5.3
                  ------------------------------------
    1. Standard AIX systems do not have autoconf, automake, zlib
       or bzip2 libraries and headers; these can be downloaded
       from <http://www.oss4aix.org/download/latest/aix53/> and
       installed using rpm (rpm is part of AIX 5.3).
       Autoconf/automake require some pre-requisites, such as gettext,
       info, m4, libsigsegv and expat; all these could be downloaded
       and installed from the same place.
    2. Enter the configure and make commands to build/install Hercules:
    
          ./configure  &&  make  &&  make install
       (or you can run each command separately if you want).
    3. That's it! Enjoy your private mainframe. :)
-------------------------------------------------------------------------------
 The above is based on efforts done by Alexey Bozrikov [[email protected]],
 Harold Grovesteen [[email protected]] and Fish [[email protected]]
 on the Hercules-390 Yahoo group list during the month of October 2009.
-------------------------------------------------------------------------------
Still remaining TODO:
  - Get SCSI tape working: resolve <sys/mtio.h> header & 'struct mtget' issue(s).
      #if defined( HAVE_STRUCT_MTGET_MT_GSTAT )
      #else // !defined( HAVE_STRUCT_MTGET_MT_GSTAT )
      #endif // defined( HAVE_STRUCT_MTGET_MT_GSTAT )
  - Test networking (did you do this yet Alexey?)
About
Hercules System/370, ESA/390, and zArchitecture Emulator development repository (sandhawk)
Resources
Stars
Watchers
Forks
Packages 0
        No packages published 
      
              Languages
- C 96.8%
 - Shell 2.1%
 - C++ 0.8%
 - Objective-C 0.3%
 - Perl 0.0%
 - CSS 0.0%