Displaying 3 results from an estimated 3 matches for "a3ad".
Did you mean:
3ad
2013 Nov 20
3
Arinc653 does not run VM
...bian GNU/Linux, with Xen 4.2.3 and Linux 3.2.0-4-686-pae'' --class debian --class gnu-linux --class gnu --class os --class xen {
insmod part_msdos
insmod ext2
set root=''(hd0,msdos1)''
search --no-floppy --fs-uuid --set=root 7fd8f884-066b-45f7-a3ad-426d445b96d4
echo ''Loading Xen 4.2.3 ...''
multiboot /boot/xen-4.2.3.gz placeholder maxcpus=1 sched=arinc653
echo ''Loading Linux 3.2.0-4-686-pae ...''
module /boot/vmlinuz-3.2.0-4-686-pae placeholder root=UUID=7fd8f884...
2024 Mar 22
1
Error message
Here is the first few bytes,
xxd -l 128 X1.RData
00000000: 8d5a 35f8 1ac5 cc14 a04e be5c 572f a3ad .Z5......N.\W/..
00000010: 6210 7024 9b58 93c7 34d0 acb7 7a82 3f99 b.p$.X..4...z.?.
00000020: 66ce 0ebb 2057 ec36 55b4 0ece a036 695a f... W.6U....6iZ
00000030: 258b 3493 b661 f620 f7fe ada7 158a 15f7 %.4..a. ........
00000040: e016 a548 6fcb 20c8 6fb4 493d adc9 ea4a ...Ho. .o.I=...J
00000050:...
2024 Mar 22
1
Error message
? Fri, 22 Mar 2024 14:31:17 -0500
Val <valkremk at gmail.com> ?????:
> How do I get the first few bytes?
What does file.info('X1.RData') say?
Do you get any output if you run print(readBin('X1.RData', raw(), 128))?
If this is happening on a Linux or macOS machine, the operating system
command xxd -l 128 X1.RData will give the same output in a more
readable manner,