Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Tag: Operating System

Typical function of processor execution mode and operating system kernel

Most processors support at least two execution modes:

non-privileged state and Called user mode, user programs usually run in this mode

Kernel mode refers to the kernel of the operating

October 17, 2021By Simo Os Theory execution, functional, kernel, mode, Operating System, Processor, typicalLeave a Comment

Operating system – Why is the address of the variable remains the same in the modified Fork () system call

Please consider the following code snippet.

if (fork() == 0)
{
a = a + 5;
printf(“%d, %d
“, a, &a);
}
else
{
a = a-5;
printf (“%d, %d
“, a,& a);
} AFAIK, when creating fork(), the paren

October 17, 2021By Simo Os Theory addresses, calls, Fork, Keep, middle, modifications, Operating System, systems, the same, variables, whyLeave a Comment

Operating system development – start using QEMU from floppy drive

I have been reading BrokenThorn’s operating system development tutorial, I am creating and loading the second stage boot loader. This tutorial is for Windows, but I am doing this in Linux (Ubuntu 1

October 17, 2021By Simo Os Theory Development, Drive, floppy disk, Operating System, QEMU, startup, useLeave a Comment

Operating system – How does the operating system perform compilation binaries?

When I studied process scheduling, this question came to my mind.

How does the operating system execute and control the execution of binary files and compiled files ? I think the OS may copy

October 17, 2021By Simo Os Theory Binary, compile, file, how to perform, Operating SystemLeave a Comment

Audio – How to use the direct write mode to write a simple SoundBlaster 16 driver for a hobby operating system?

I am developing a 32-bit, protected mode hobby operating system. Currently, I want to add simple sound support. For this, I want to use Sound Blaster 16 and write in direct mode Into the DAC (I wan

October 17, 2021By Simo Os Theory audio, Direct, driver, hobby, how to use, mode, one, Operating System, simple, SoundBlaster, writeLeave a Comment

Install the operating system using COBBLER batch

Personal blog address:http://www.pojun.tech/Welcome to visit Foreword< /h1> In actual production, We often encounter such a situation that we need to install dozens or even hundreds of servers at

October 17, 2021By Simo Os Theory Batch, cobbler, installation, Operating System, useLeave a Comment

Operating System – Minimum Page Framework

What determines the minimum number of page frames that must be allocated to a running process in a virtual memory environment.

I found that the answer to the above question is instructions Ge

October 17, 2021By Simo Os Theory frame, Operating System, page, smallestLeave a Comment

Memory – Is there a bandwidth improvement on the 64-bit computer installation?

Knuth recently objected to 64-bit systems, saying that for programs that fit 4 GB of memory, “they effectively discarded half of the cache” because pointers are twice that of 32-bit systems. < p>

October 17, 2021By Simo Os Theory bit, computing, improvement, installation, Machine, memory, Operating System, whether bandwidthLeave a Comment

How do you specify a topic for WPF and use host operating system topics?

Is there a way not to specify a theme for WPF, just let it default to what the operating system uses? For this reason, I still prefer Winforms. WinForm applications feel professional, down to earth

October 17, 2021By Simo Os Theory and make, designated, host, How to, Operating System, Theme, WPFLeave a Comment

[Transfer] The difference between the statue of the status of the operating system and the non-real-time operating system

Original blog address: http://www.voidcn.com/article/p-eclzjybw-bpr.html

For real-time operating systems (RTOS) and non-real-time operating systems, you How many can be listed separately?
R

October 17, 2021By Simo Os Theory Difference, illustration, non-real-time, Operating System, real-time, transferLeave a Comment

Posts navigation

Page 1 … Page 5 Page 6 Page 7
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress