Displaying 3 results from an estimated 3 matches for "resume2".
Did you mean:
resume
2007 Feb 04
2
APM and suspend to swap
...m/~bdale/nc4000/
So my Centos related questions are:
I need to turn acpi=off in the boot so I can turn on apm. How DO I turn
on apm.
I have a large enough swap drive. It is an LVM drive of 2Gb and I have
768Mb memory. The example given is:
vmlinuz-2.6.8.1-1+8-686 root=/dev/hda5 ro acpi=off resume2=swap:/dev/hda1
My swap drive is: /dev/mapper/VolGroup00-LogVol00 what do I do above?
and my root is /dev/mapper/VolGroup00-LogVol01
There are references to compling the kernel. Do I have to do that? Is
that mkinitrd?
what suspend command do I use?
What do I loose giving up acpi?
thanks....
2005 Jul 31
1
xen 3.0 on UP amd64 - rootfs mounting problem in xenU
.../modules/2.6.12.3-0.2/kernel/fs/mbcache.ko
+ insmod /lib/modules/2.6.12.3-0.2/kernel/fs/jbd/jbd.ko
Using /lib/modules/2.6.12.3-0.2/kernel/fs/jbd/jbd.ko
+ insmod /lib/modules/2.6.12.3-0.2/kernel/fs/ext3/ext3.ko
Using /lib/modules/2.6.12.3-0.2/kernel/fs/ext3/ext3.ko
+ mount -t proc none /proc
+ awk /resume2=/ { print "yes"; } /proc/cmdline
+ [ = yes ]
+ umount /proc
+ set +x
VFS: Cannot open root device "sdc3" or unknown-block(8,35)
Please append a correct "root=" boot option
Kernel panic - not syncing: VFS: Unable to mount root fs on
unknown-block(8,35)
the config i...
2016 Jun 11
4
[RFC] LLVM Coroutines
On Fri, Jun 10, 2016 at 5:25 PM, Gor Nishanov <gornishanov at gmail.com> wrote:
> Hi Eli:
>
> >> Naively, you would expect that it would be legal to hoist the store...
> >> but that breaks your coroutine semantics because the global could be
> mutated
> >> between the first return and the resume.
>
> Hmmm... I don't see the problem. I think