Please login to be able to save your searches and receive alerts for new content matching your search criteria.
Linux operating system (LOS) represents one of the most complex human-made systems, and it acts as an important function between software and hardware. In recent years, a large number of related works treat Linux operating system as a complex network and explore some of the unique characteristics of the network. However, there is little research on the execution process of LOS in terms of networks. In this paper, the run-time behaviors of execution process are traced by system calls of LOS kernel, and the run-time behaviors networks (RTBNs) are constructed, in which the nodes of RTBN represent the functions, and the edges of RTBN represent the function call relations. On this basis, the statistical characteristics of the RTBNs are investigated, and some features of the RTBNs are revealed. The result shows that some of the network characteristics remain relatively stable without obvious changes, showing the characteristics of consistency. However, some of the network characteristics tend to be random and uncertain, showing the feature of polymorphism.
An embedded system under the development of the microprocessor is widely applied in the world. The basis of further research and development and application is the question of how to build a small, real-time, good performance of embedded operating system. This research paper describes the methods and process of latest u-boot-2015.07, latest stable version of the linux-4.2.1 kernel, yaffs2 file system and the root file system transplant to the target board based on S3C2440 processor. The results prove that post-transplant Linux runs well on the target board. Embedded system migration not only familiarizes us with in-depth Bootloader, Linux kernel, file system and other software, but also get to know the various hardware resources of the target board.