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

Category: Os Theory

The main functions of the operating system are resource management, program control and human-computer interaction. The resources of a computer system can be divided into two categories: equipment resources and information resources. Device resources refer to the hardware devices that make up the computer, such as the central processing unit, main memory, disk storage, printers, tape storage, monitors, keyboard input devices, and mice. Information resources refer to various data stored in the computer, such as files, program libraries, knowledge bases, system software and application software, etc.

Get whether there is a command in the VIMScript of the current operating system?

What does the title say. I can think of some hackish methods, but is there a correct way to do this? To check Windows, most scripts I’ve seen use the following:

let s:win = has(“win16”) ||

October 17, 2021By Simo Os Theory Command, Currently, Get, Operating System, VIMScript, whether or notLeave a Comment

How do I determine the host operating system when using CMAKE?

I am using a custom toolchain file to develop an embedded system. CMAKE_SYSTEM_NAME is set to “Generic”, so variables such as WIN32, UNIX cannot be used to check the operating system of the configu

October 17, 2021By Simo Os Theory compile, cross, determine, host, How to make CMake, Operating System, Perform, timeLeave a Comment

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

Is the operating system a big liar?

1 Chat Our programs lie quietly in a corner of the hard drive, waiting expectantly to be used by the owner. It is loaded by the operating system and then enters the memory to work, to be pr

October 17, 2021By Simo Os TheoryLeave 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

Summary of some problems encountered in reloading operating systems

The words written in the front: I installed the system with a U disk, and created a boot disk with Microsoft mediacreationtool. 64-bit of win10.

Question 1: The partition does not need to be

October 17, 2021By Simo Os Theory SummaryLeave 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

How to determine which CRC used?

If I have a certain number of bytes to transmit serially, how do I determine which CRC to use (CRC8, CRC16, etc., basically how many bits of CRC?) and still have high error detection percentage? Is

October 17, 2021By Simo Os Theory CRC, how to determine, use, whichLeave a Comment

Posts navigation

Page 1 … Page 7 Page 8 Page 9 Page 10
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