Displaying 10 results from an estimated 10 matches for "system_".
Did you mean:
system
2016 Nov 13
2
llc generating code that writes below the stack pointer on darwin/x86-64
...ng wrong with my inline assembly below?
***
target datalayout =
"e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
target triple = "x86_64-apple-macosx10.5"
define void @"\01_SYSTEM_$$_SETMXCSR$LONGWORD"(i32 %p.w) nobuiltin {
; [71] procedure SetMXCSR(w : dword);
%tmp.1 = alloca i32, align 4
; Var w located at %tmp.1
; [72] begin
store i32 %p.w, i32* %tmp.1, align 4
; [73] defaultmxcsr:=w;
%reg.1_16 = load i32, i32* %tmp.1, align 4
store...
2019 Apr 04
2
Question of syslinux chainloading
Lu Wei,
What Hard drive are you also trying to boot? The first and only fixed
drive inside a computer?
If so would the line to boot a local HD not be:
LABEL LOCAL
MENU LABEL Local operating system in harddrive (if available)
kernel chain.c32
append hd0
-Adan
On Thu, Apr 4, 2019 at 8:56 AM Adan Calderon <adancalderon at gmail.com> wrote:
>
> Lu Wei,
>
> For the DOS portion
2019 Apr 04
0
Question of syslinux chainloading
...and can boot normally to Windows XP, with native ntldr. Since
the usb-disk is formatted as USB-HDD, when booting from usb, hd0 is
usb-disk itself, and will return to syslinux boot menu; I tried modify
hd0 to hd1 in your line, but same as before. The screen shows:
Booting...
Error loading operating system_
Then it halts and can only press ctrl-alt-del.
--
Regards,
Lu Wei
2009 Oct 10
1
Setting a mirror "permanently" on R on ubuntu (PR#13995)
Dear all,
I seem to have many problems as I run R on my ubuntu system.
want to set a mirror so that anytime I use the command "install.packages",
it does not ask me for which mirror to use but go direct.
This is because of the error I keep on getting below and I dont know how to
solve it.
Please help.
Kind regards,
Lazarus
> library(epicalc)
Loading required package: foreign
2019 Apr 04
2
Question of syslinux chainloading
...Windows XP, with native ntldr. Since
> the usb-disk is formatted as USB-HDD, when booting from usb, hd0 is
> usb-disk itself, and will return to syslinux boot menu; I tried modify
> hd0 to hd1 in your line, but same as before. The screen shows:
> Booting...
> Error loading operating system_
> Then it halts and can only press ctrl-alt-del.
>
> --
> Regards,
> Lu Wei
--
http://www.adancalderon.net
2019 Apr 09
3
Question of syslinux chainloading
...order to get to the boot prompt. At
> the boot prompt, type in:
>
> normal
>
> and press [Enter].
>
> Is there any (error) message then? Where/how exactly this fails? What exactly
> happens after the message(s)?
>
It shows:
"
Booting...
Error loading operating system_
"
at the bottom of screen and hangs. I can only reboot using ctrl-alt-del.
> Test #2: if you unplug the USB and reboot the system, can you successfully boot
> directly to the HDD's OS?
>
Yes. The only HDD, NTFS, WindowsXP native boot loader ntldr.
> Test #3: Add an entry to...
2019 Apr 09
0
Question of syslinux chainloading
Before I reply on-topic, I'd like to request from people participating in this
public mailing list to _avoid_ top-posting whenever possible, and when
replying, please quote what's relevant only. Now, back to the topic.
> "
> Booting...
> Error loading operating system_
> "
> at the bottom of screen and hangs. I can only reboot using ctrl-alt-del.
AFAIR, "Error loading operating system" is a message that is part of the boot
code of Windows. This suggests that chain.c32 is not exactly failing; either
something in the MBR/PBR of the HDD wo...
2020 Mar 16
4
DWARF .debug_aranges data objects and address spaces
On Mon, Mar 16, 2020 at 9:31 AM Robinson, Paul <paul.robinson at sony.com>
wrote:
> With AVR being affected, upstreaming a patch to put segment selectors into
> .debug_aranges becomes completely reasonable. There would likely want to
> be a target hook somewhere to return a value saying what size to use, with
> the default implementation returning zero.
>
*nod* something
2016 Jul 10
1
Syslinux Text menu not redrawing/resetting the screen
On Fri, Jul 8, 2016 at 11:46 AM, Ady Ady via Syslinux
<syslinux at zytor.com> wrote:
>
>> Hi,
>>
>> I have been using syslinux on my portable disk with success on many
>> types of machines (both bios boot and EFI boot)
>>
>> I however hit a small issue recently
>>
>> If I use menu.c32, on some UEFI systems (HP) the menu does not appear
2019 Apr 04
5
Question of syslinux chainloading
Greetings,
I encounter a problem that should be basic, but I can't get a clue. I
have 8G USB disk formatted as FAT32. I run (syslinux -i -s -r -m H:)
to make it bootable, and write syslinux.cfg according to the
documents, but it will not boot some items.
Syslinux is 6.03, bios files used. The whole syslinux.cfg file: