suspend$80706$ - перевод на итальянский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

suspend$80706$ - перевод на итальянский

LINUX KERNEL MODULE
Suspend 2; Suspend2; Tuxonice
  • A screenshot of patching the [[Linux kernel]] with TuxOnIce.

suspend      
v. sospendere, attaccare, appendere; tenere sospeso; lasciare in sospeso; mettere temporaneamente da parte; interrompere, cessare; aggiornare, rinviare, rimandare; differire; (Mus) ritardare
Advanced Configuration and Power Interface         
  • Example of ACPI tables of a [[Lenovo]] laptop.
  • The "It's now safe to turn off your computer" screen in Windows 9x. Most of the computer peripherals are offline, and the only ways to exit this screen is to power off or reset the computer.
STANDARD FIRMWARE INTERFACE FOR HARDWARE CONFIGURATION AND POWER MANAGEMENT BY OPERATING SYSTEMS
Acpi; DSDT; Quick Resume; Global states; Suspend to RAM; Standby (computers); Computer system power states; CPU state; CPU sleep state; C state; Multiple APIC Description Table; Advanced Configuration Power Interface; ACPICA; Acpi error; Acpi errors; Advanced configuration and power interface; C1E; ACPI Machine Language; Operating System-directed configuration and Power Management; ACPI Source Language; Secondary System Description Table; Differentiated System Description Table; Static Resource Affinity Table; SRAT; ACPI Component Architecture; CPU power states; CPU power state; ACPI power states; Global System Interrupt; Performance state; G state; S state; D state; P state; APEI; C. States; ACPI Platform Error Interface; Advanced Configuration and Power Interface; C-states; C states
Sistema di controllo di elettricità sviluppato dalla Intel Microsoft e Toshiba grazie a cui iI sistema operativo Windows è in grado di controllare la quantità di corrente elettrica fornita alle periferiche, ACPI

Определение

suspend
¦ verb
1. halt temporarily.
2. debar temporarily from a post, duties, etc. as a punishment.
3. defer or delay (an action, event, or judgement).
Law (of a judge or court) cause (an imposed sentence) not to be enforced as long as no further offence is committed within a specified period.
4. hang from somewhere.
5. (be suspended) be dispersed in a suspension.
Phrases
suspend payment (of a company) cease to meet its financial obligations as a result of insolvency or insufficient funds.
Origin
ME: from OFr. suspendre or L. suspendere, from sub- 'from below' + pendere 'hang'.

Википедия

TuxOnIce

TuxOnIce (formerly known as Suspend2) is an implementation of the suspend-to-disk (or hibernate) feature which is available as patches for the 2.6 Linux kernel. During the 2.5 kernel era, Pavel Machek forked the original out-of-tree version of swsusp (then at approximately beta 10) and got it merged into the vanilla kernel, while development continued in the swsusp/Suspend2/TuxOnIce line. TuxOnIce includes support for SMP, highmem and preemption. Its major advantages over swsusp are:

  • It has an extensible architecture that allows for arbitrary transformations on the image and arbitrary backends for writing the image;
  • It prepares the image and allocates storage prior to doing any storage and accounts for memory and storage usage very carefully, thereby becoming more reliable;
  • Its current modules for writing the image have been designed for speed, combining asynchronous I/O, multithreading and readahead with LZF compression in its default configuration to read and write the image as fast as hardware is able;
  • It has an active community supporting it via a wiki, mailing lists and irc channel (see the TuxOnIce website);
  • It is more flexible and configurable (via a /sys/power/tuxonice interface);
  • Whereas the current swsusp (and uswsusp) implementations support writing the image to one swap device only, TuxOnIce supports multiple devices in any combination of swap files and swap partitions. It can also write the image to an ordinary file, thereby avoiding potential race issues in freeing memory when preparing to suspend.
  • It supports encryption by various methods;
  • It can store a full image of memory (resulting in a more responsive system post-resume), while uswsusp and swsusp write at most half the amount of RAM.

TuxOnIce was originally called 'Suspend2' because after the beta releases (at the time when Pavel forked the code base), there was a 1.0 release and then a 2.0 release. The name 'Suspend2' developed as a contraction of 'Software Suspend 2.x'.

Some efforts have been made over time to merge TuxOnIce into the vanilla kernel, but these have been opposed by Pavel, primarily (it seems) because Pavel believes much of the suspend-to-disk process can and should be run from userspace (see uswsusp), while Nigel Cunningham thinks this code belongs in the kernel. Nigel has stated both his desire and frustration in getting the TuxOnIce specific features merged back into mainline and is currently not actively pursuing for it.