Ricky Barnes has Published 84 Articles

Loading and Removing Kernel Module

Ricky Barnes

Ricky Barnes

Updated on 22-Jun-2020 15:08:41

985 Views

The Linux kernel modules can be loaded or removed from the kernel as required. This can be done without recompiling the kernel or rebooting the system and it enhances the functionality of the system.Without the kernel modules, the operating system would have to include all the systems that provide all ... Read More

Apple iOS Architecture

Ricky Barnes

Ricky Barnes

Updated on 22-Jun-2020 13:28:14

12K+ Views

The iOS is the operating system created by Apple Inc. for mobile devices. The iOS is used in many of the mobile devices for apple such as iPhone, iPod, iPad etc. The iOS is used a lot and only lags behind Android in terms of popularity.The iOS architecture is layered. ... Read More

MS-DOS Layered Structure

Ricky Barnes

Ricky Barnes

Updated on 22-Jun-2020 13:19:19

7K+ Views

MS-DOS is an operating system created for personal computers. It was developed by Microsoft. It is a classic example of an operating system with a layered structure. MS-DOS operating system is split into various layers and each of the layers have different functionalities.Layering provides a distinct advantage in the MS-DOS ... Read More

Architecture of a Typical Microkernel

Ricky Barnes

Ricky Barnes

Updated on 22-Jun-2020 12:05:43

2K+ Views

A microkernel is the minimum software that is required to correctly implement an operating system. This includes memory, process scheduling mechanisms and basic inter-process communication.A diagram that demonstrates the architecture of a microkernel is as follows −In the above diagram, the microkernel contains basic requirements such as memory, process scheduling ... Read More

Application Programs vs System Programs

Ricky Barnes

Ricky Barnes

Updated on 22-Jun-2020 11:24:54

9K+ Views

There are mainly two categories of programs i.e. application programs and system programs. A diagram that demonstrates their place in the logical computer hierarchy is as follows −Application ProgramsThese programs perform a particular function directly for the users. Some of the common application programs include Email, web browsers, gaming software, ... Read More

Kernel Data Structures

Ricky Barnes

Ricky Barnes

Updated on 22-Jun-2020 11:08:15

18K+ Views

The kernel data structures are very important as they store data about the current state of the system. For example, if a new process is created in the system, a kernel data structure is created that contains the details about the process.Most of the kernel data structures are only accessible ... Read More

I/O Systems and Subsystems

Ricky Barnes

Ricky Barnes

Updated on 22-Jun-2020 11:06:34

17K+ Views

I/O devices are very important in the computer systems.They provide users the means of interacting with the system. So there is a separate I/O system devoted to handling the I/O devices.The different Components of the I/O systems are −I/O HardwareThere are many I/O devices handled by the operating system such ... Read More

Supervisor Mode (Privileged Mode)

Ricky Barnes

Ricky Barnes

Updated on 22-Jun-2020 08:16:07

3K+ Views

Supervisor mode or privileged mode is a computer system mode in which all instructions such as privileged instructions can be performed by the processor. Some of these privileged instructions are interrupt instructions, input output management etcThe privilege levels of different components in a system is given as follows −The kernel ... Read More

Asymmetric Multiprocessing

Ricky Barnes

Ricky Barnes

Updated on 22-Jun-2020 07:46:29

4K+ Views

Asymmetric multiprocessor systems are a part of multiprocessor systems along with symmetric multiprocessor systems. Multiprocessor systems have multiple processors working in parallel that share the computer clock, memory, bus, peripheral devices etc.Features of Asymmetric MultiprocessingSome of the key points about asymmetric multiprocessing are explained with the help of the following ... Read More

How to add easing effect to your animation with jQuery?

Ricky Barnes

Ricky Barnes

Updated on 21-Jun-2020 13:14:24

664 Views

To add easing effect to your animation, use the animation speed properly to form it a perfect animation for the web page. Do not speed up animation and you should know where to stop it while using animate().Here for our example, we have a button that takes you to a ... Read More

Advertisements