diff --git a/en_US.ISO8859-1/share/sgml/glossary/freebsd-glossary.sgml b/en_US.ISO8859-1/share/sgml/glossary/freebsd-glossary.sgml index 9444d9bc1e..895c27721e 100644 --- a/en_US.ISO8859-1/share/sgml/glossary/freebsd-glossary.sgml +++ b/en_US.ISO8859-1/share/sgml/glossary/freebsd-glossary.sgml @@ -93,7 +93,10 @@ ACPI Machine Language AML - + Pseudocode, interpreted by a virtual machine within an + ACPI-compliant operating system, providing a + layer between the underlying hardware and the documented + interface presented to the OS. @@ -101,7 +104,7 @@ ACPI Source Language ASL - + The programming language AML is written in. @@ -117,7 +120,14 @@ Advanced Configuration and Power Interface ACPI - + A specification which provides an abstraction of the + interface the hardware presents to the operating system, so + that the operating system should need to know nothing about + the underlying hardware to make the most of it. ACPI + evolves and supercedes the functionality provided previously by + APM, PNPBIOS and other technologies, and + provides facilities for controlling power consumption, machine + suspension, device enabling and disabling, etc. @@ -694,7 +704,8 @@ Intel’s ASL compiler IASL - + Intel’s compiler for converting ASL into + AML. @@ -975,7 +986,8 @@ Message Of The Day MOTD - + A message, usually shown on login, often used to + distribute information to users of the system. @@ -1233,7 +1245,9 @@ Physical Address Extensions PAE - + A method of enabling access to up to 64 GB of RAM on + systems which only physically have a 32-bit wide address space + (and would therefore be limited to 4 GB without PAE). @@ -1332,7 +1346,8 @@ Process ID PID - + A number, unique to a particular process on a system, + which identifies it and allows actions to be taken against it.