最近我在学习一本书叫"understanding the Linux kernel".
我刚看到开头.有很多我看不明白.弄不清句子结构.还请版主和各位朋友多多帮我!
我们把我看的贴上来.还请大家帮我改进错误.翻译得准确一些,更专业一些.
1.4 Basic Operating System Concepts
Any computer system includes a basic sef of programs called the operating system.
The most important program in the set is called the kernel.
It is loaded into RAM
when the system boots and contains many critical procedures
that are needed for the system to operate.
The other programs are less crucial utilities;(less crucial utilities怎么翻译才好)
they can provide a wide variety of interactive experiences for the user(interactive experiences 怎么翻译才好呢?)
----as well as doing all jobs the user bought the computer for
-----but the essential shape and capabilities of the system are determined by the kernel.(essential shape and capabilities怎么翻译才好呢?)
The kernel,then,is where we fix our attention in this book. (then这个词翻译成"因此")
Hence, we'll often use the term"operating system" as a synonym for "kernel"
--------------------------------------------------------------------------------------------------(帮我改进一下吧)
1.4 基本的操作系统概概念
任何计算机系统都包含一个被叫做操作系统的程序集合。
这个程序集合中最重要的程序叫做内核。
当系统启动时它被装进RAM中,它包含许多系统运作所需要的关键的过程。The other programs are less crucial utilities;它们为用户提供各种不同的交互经验以及做一些用户买计算机想要做的工作,但是系统的关键性能和shape是由内核决定的。因此在这本书,我们把注意力集中在内核上。因此,我们经常用操作系统这个术语作为内核的同意词。
--------------------------------------------------------------------------------------------------------------------------------------------------
The operating system must fulfill two main objectivesfulfill two main objectives怎能么翻译才好呢)
.Interact with the hardware components servicing all low-level programmable elements
included in the hardware platform.
.Provide an execution environment to the applications that run on the computer system(the so-called user programs)
Some operating systems allow all user programs to directly play with the hardware components (a typical example is MS---Dos).
In contrast ,a Unix-Like operating system hides all low-level details concerning the physical organization of the computer from applications run by the user .
When a program wants to make use of a hardware resource,it must issue a request to the operating system.
The kernel evaluates the request and, if it chooses to grant the resource, interacts with the relative hardware components on
behalf of user program.
------------------------------------------------------------------------------------------------------------------------------------
The other programs are less crucial utilities. 其他的程序则没有如此重要的效用.
a wide variety of interactive experiences 各种各样的交互式体验.
shape不清楚,then应该是"那么".
The kernel,then,is where we fix our attention in this book.那么,内核,就是我们这本书要讲的内容.
The operating system must fulfill two main objectives.操作系统必须达到两个主要的目的作者: tqw4321p 时间: 2008-3-4 13:32 标题: 回复 3# 的帖子
Thank you for your help!
The kernel,then,is where we fix our attention in this book.那么,内核,就是我们这本书要讲的内容.
The operating system must fulfill two main objectives.操作系统必须达到两个主要的目的
这两句对我来说,实在是太好了!作者: DZ 时间: 2008-3-4 15:40 标题: 回复 4# 的帖子
I suggest you find a Chinese-translated version to learn, I think that will not only make you familiar with lunix but also improve your English, thanks!