Skip main navigation

Cookies Notification

We use cookies on this site to enhance your user experience. By continuing to browse the site, you consent to the use of our cookies. Learn More
×

System Upgrade on Tue, May 28th, 2024 at 2am (EDT)

Existing users will be able to log into the site and access content. However, E-commerce and registration of new users may not be available for up to 12 hours.
For online purchase, please visit us again. Contact us at customercare@wspc.com for any enquiries.

SEARCH GUIDE  Download Search Tip PDF File

  • articleNo Access

    Polymorphism and consistency: Complex network based on execution trace of system calls in Linux kernels

    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.

  • chapterNo Access

    Transplantation Research and Implementation of Embedded Linux System Based on S3C2440

    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.