Displaying 8 results from an estimated 8 matches for "pusha".
Did you mean:
pushl
2004 Nov 12
2
Boot from CD -> system + data on USB storage
Hi,
I am looking for a solution to boot MY system on any PC.
To store most of the system and all of my data I want to use an USB
storage (in my case an external USB harddisk (2.0 capable)).
Since booting off an USB device is not an universal thing I would prefer
to have a boot disk with a minimal system - just enough to load most
(all?) of the system from the attached USB device.
Is this an
2005 May 11
2
[LLVMdev] Re:RE: Question about inserting instructions
...movb $101, 19(%esp) movb $115, 20(%esp) movb $116, 21(%esp)
But for me, in dummy BB, we'd like to put some meaningless code or illegal code. From assemble machine level, it looks like
push %eax
push %ecx
pop %edx
pusha
safh
cltd
das
clc
all of them are legal one-byte x86 machine instructions. Since those instructions have no chance to be executed, so it will not affect the original code. I thought the above machine code cannot be inserted by using...
2007 Apr 18
4
[patch 0/4] Clean up asm/bugs.h, identify_cpu() and update COMPAT_VDSO
Hi Andi,
Four patches:
- clean up asm/bugs.h, by moving all the C code into its own C file
- split identify_cpu() into boot and secondary variants, so that
boot-time setup functions can be marked __init
- repost of the COMPAT_VDSO patches with a bit more robustness from
unknown DT_tags, and functions marked __init, since all this is
boot-time only setup.
Thanks,
J
--
2007 Apr 18
4
[patch 0/4] Clean up asm/bugs.h, identify_cpu() and update COMPAT_VDSO
Hi Andi,
Four patches:
- clean up asm/bugs.h, by moving all the C code into its own C file
- split identify_cpu() into boot and secondary variants, so that
boot-time setup functions can be marked __init
- repost of the COMPAT_VDSO patches with a bit more robustness from
unknown DT_tags, and functions marked __init, since all this is
boot-time only setup.
Thanks,
J
--
2017 Mar 21
3
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
...t a time mostly to avoid
* pitfalls and to share code with the stock MBR code.
*/
movw $0x7c00, %bx
movw $4, %cx /* Sector count */
movl (lba_offset), %eax
2:
call read_sector
jc disk_error
incl %eax
addb $(512 >> 8), %bh
loopw 2b
/* Dump out the bytes of the first sector. */
pusha
mov $0x7c00, %di
mov $16, %dx
2:
mov $16, %cx
1:
mov (%di), %al
inc %di
call print_al
loop 1b
call print_string
.ascii "\r\n"
dec %dx
jnz 2b
call print_string
.ascii "Key?\r\n"
xor %ax, %ax
int $0x16
popa
/*
* Okay, that actually worked... update the s...
2012 Sep 10
19
Initial support for sector size >512
This set of patches add some support for sector size >512.
Currently it fixes extlinux, MBR for GPT and ext partitions.
Other code is unaffected.
This set of patches has been tested on a read Dell machine running a beta
firmware.
2007 Jul 30
50
boot a existing windows in hvm domain
Hi all
don''t get such envionment to try now. so ask for help here.
imagine that two os installed.
Xen3.1 + Linux is installed in /dev/hda
and windows xp is installed in /dev/hdb
I don''t want to reboot to use windows. Is it possiable to boot the hdb
windows in xen?
i saw there are some threads about P2V in this mail list. will the P2V
tools help?
thanks
2007 Jul 30
50
boot a existing windows in hvm domain
Hi all
don''t get such envionment to try now. so ask for help here.
imagine that two os installed.
Xen3.1 + Linux is installed in /dev/hda
and windows xp is installed in /dev/hdb
I don''t want to reboot to use windows. Is it possiable to boot the hdb
windows in xen?
i saw there are some threads about P2V in this mail list. will the P2V
tools help?
thanks