Http://tiandongying.blog.163.com/blog/static/16361282120108155533351/μC/OS-ⅱ learning notes (2) -- kernel structure
14:25:16 | category:Operating System | Tag:| Large font size, medium/small subscription
Take notes on reading 《ucosⅱ 文
1. critical section. Pay attention to the disconnection time. Generally, the microprocessor is related to interrupt/interrupt commands. The C-language compiler used by the user must have a mechanism that can directly per
Transplantation of UCOS-II on lpc2210 -- OS _cpu.h
CPU: Philips ARM7 lpc2210OS: uC/OS-II 2.52IDE: ADS 1.2
Porting an operating system to a CPU architecture requires the following:1. Have a deep understanding of the target architecture-arm Architecture Reference Manual2. Have a deep understanding of the operating system principle -- embedded real-time operating system uC/
Now, we use the Java language to write for the Palm OS Program The fields are not completely unified, and there are also many differences. Currently, there are several available application interfaces on the market, each application interface provides different access permissions to the current Palm OS application. Perhaps everyone is most familiar with Sun Microsystems, but it is not the only product that
Common Python modules (OS module) and pythonos ModuleI. Introduction to the Python OS Module
The OS module is a Python System Programming operation module that can process files and directories.You can view the help documentation of the OS module:
>>> Import OS # import
Description of common functions of the Python OS module, and functions of the pythonos Module
The OS module in the Python standard library contains common operating system functions. This module is especially important if you want your program to be unrelated to the platform. That is, it allows a program to run in Linux and Windows without any changes or any problems.
The following lists some useful parts i
Experiment Description: Note: The CPU cannot be automatically abandoned because of the low priority of the resource. Otherwise, the priority will definitely be reversed. The experiment in the experiment manual is incorrect. Involved μC/OS-II system function :... Experiment code: App. c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Command line parameters in python
In python, the sys. argv attribute provides access to command line parameters. The command line parameter is a parameter other than the program name when calling a program.
Sys. argv is a list of command line parameters.
Len (sys. argv) is the number of command line parameters
The following is a simple example.
#! /Usr/bin/python # coding: utf-8import sys # Load sys this module. For I in range (len (sys. argv): print "The % d parameter is: % s" % (I, sys. argv
Tags: oca china install MySQL presence content hive cannot access bleConfigure Apache + PHP + MySQL in Mac OS XMac OS X has built-in Apache and PHP, so it's easy to use. This article takes Mac OS X 10.6.3 and 10.8.1 as an example. The main contents include:
Launch Apache
Running PHP
Install MySQL
Using phpMyAdmin
Configuring PHP's MCrypt
first, after the Oracle installation is enabled by default OS authentication, the mentioned OS authentication refers to the server-side OS certification. OS authentication means that the user and password checksum of the login database is placed at the operating system level. If you log on to the
Python module OS, pythonos
The OS module allows you to create, delete, and view file attributes for directories or files, as well as perform path operations on files and directories. For example: absolute path, parent directory ......
OS. sep can replace the path separator specified by the operating system. "\" In windows and "/" in Linux "/"
The
26feb [Figure] amd cpu installation of Mac OS X 10.6 in virtualbox
Posted by ling0322 | category: Computer | no comments
I occasionally want to learn about the iPhone these days.ProgramDevelopment, unfortunately there is a mac on hand that open toolchain did not dare to use, so I want to use a virtual machine on Windows to install Mac OS X. I wanted to use VMWare, but it didn't support the hardware Virtu
Author: vamei Source: http://www.cnblogs.com/vamei welcome reprint, please also keep this statement. Thank you!
1. Introduction to paths and files
See Linux File System
Http://www.cnblogs.com/vamei/archive/2012/09/09/2676792.html
2. OS. Path package
The OS. Path package mainly processes path strings, such as '/home/vamei/doc/file.txt', to extract useful information.
Import
For Windows 7 and VMware Workstation10, deploy the IOS development environment [install Mac OS X Server10.6] And vmwareiosWindows 7, VMware Workstation10 deployment IOS development environment Mac OS X Server10.6 system installation
The basic situation is Windows 7 Professional Edition 32-bit system, VMware Workstation10.0 virtual machine, Mac OS X Server10.6 ope
From: http://xiongzhend.blog.163.com/blog/static/6409850120081131057589/
Why do I prefer Apple Computers and Mac OS X?
As a person who often uses Mac OS x and is developing on Mac OS x, I have been looking for a chance to explain why I prefer Mac OS x and Mac OS X.I love a
Editor's note: When it comes to OS X, the author's description is: In its delicate but unassuming UI, there are countless pursuits for detail. These details of the design will inadvertently let you experience the fruit for the perfect definition and the pursuit of the user experience. What are some of the most amazing and little-known details, where the authors have chosen 10 details designed to be considered "minority".
Before the
The new system will have many features designed for high-end users as well as core features from iOS, according to the source, with the Cabernet (Cabernet Sauvignon) inside OS X 10.9. OS X 10.9 is not upgraded as OS X Leopard to OS X Lion, and there is no significant change in the overall look and functionality of the
Improve the real-time performance of IJLC/OS n and Il with coprocessor
[Date: 2008-10-7]
Source: single-chip microcomputer and Embedded System Application Author: Tsinghua University Feng Zedong Shao Beibei
[Font:Large Medium Small]
IntroductionμC/OS-II supports a maximum of 63 tasks and multiple inter-process communication mechanisms such as semaphores, mailboxes, and message queues.
I haven't written a blog for a long time. Recently, the competition was one after another, so I had to participate in the competition. So the learning of stm32 has been stuck, and I started to learn ucosii from the time when I prepared the module recently,
No way, you can continue learning ..
Now, I am officially studying. Today's requirements are not high. I just want to analyze the problems that need to be paid attention to during porting. I will not study the kernel code for the moment! (For
Chapter 1 system components and programming technologies
1. Mac OS X Introduction
Mac OS x is Apple's latest operating system. Based on UNIX, Mac OS X has an extremely beautiful interface Called Aqua:
2. Mac OS X Architecture
Mac OS X architecture:
2
Python: Introduction to judging the current operating system type and OS/sys/platform module, pythonplatformDetermine the operating system type
# Coding = utf-8import platformdef TestPlatform (): print ("---------- Operation System --------------------------") # Get the Python version print platform. python_version () # obtain the executable program structure of the operating system, ('32bit ', 'windowsp') print platform. architecture () # Name of the
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.