Porting OSF/1 Operating System to CONVEX C120 : Startup to Multi-user Mode

碩士 === 國立交通大學 === 資訊科學學系 === 82 === This thesis describes the efforts that we have made to port OSF/1 Release 1.0 to CONVEX C120. Our goal is to have the system boot to multi-user mode. In order to boot to multi-user mode, the system must e...

Full description

Bibliographic Details
Main Authors: Wu-Yang Chung, 鍾武揚
Other Authors: Ruei-Chuan Chang
Format: Others
Language:en_US
Published: 1994
Online Access:http://ndltd.ncl.edu.tw/handle/60590114251479569009
Description
Summary:碩士 === 國立交通大學 === 資訊科學學系 === 82 === This thesis describes the efforts that we have made to port OSF/1 Release 1.0 to CONVEX C120. Our goal is to have the system boot to multi-user mode. In order to boot to multi-user mode, the system must execute several commands. We must port these commands and those libraries used by these commands. We also port many frequently used commands. The primary problems that we encountered when booting to multi-user mode are in preparing a disk partition for swapping and paging. We have modified the file system codes to solve this problem. The modifications include file system super block, inode and symbolic link representation. The system now can boot to multi- user mode.