search for: kernel_start

Displaying 20 results from an estimated 51 matches for "kernel_start".

2008 Jun 19
0
[PATCH] ia64/xen: implement the arch specific part of xencomm.
...blic License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +#include <linux/mm.h> + +static unsigned long kernel_virtual_offset; + +void +xencomm_initialize(void) +{ + kernel_virtual_offset = KERNEL_START - ia64_tpa(KERNEL_START); +} + +/* Translate virtual address to physical address. */ +unsigned long +xencomm_vtop(unsigned long vaddr) +{ + struct page *page; + struct vm_area_struct *vma; + + if (vaddr == 0) + return 0; + + if (REGION_NUMBER(vaddr) == 5) { + pgd_t *pgd; + pud_t *pud; + pmd_t...
2008 Jun 19
0
[PATCH] ia64/xen: implement the arch specific part of xencomm.
...blic License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +#include <linux/mm.h> + +static unsigned long kernel_virtual_offset; + +void +xencomm_initialize(void) +{ + kernel_virtual_offset = KERNEL_START - ia64_tpa(KERNEL_START); +} + +/* Translate virtual address to physical address. */ +unsigned long +xencomm_vtop(unsigned long vaddr) +{ + struct page *page; + struct vm_area_struct *vma; + + if (vaddr == 0) + return 0; + + if (REGION_NUMBER(vaddr) == 5) { + pgd_t *pgd; + pud_t *pud; + pmd_t...
2012 Mar 27
0
App. Delisprint hangs on second run
...apper+0xb() in ntdll (0x0033fed8) 13 0x7bc759ed call_thread_func+0x7c(entry=0x7b85b3c0, arg=0x7ffdf000, frame=0x33ffc8) [/build/buildd/wine1.3-1.4/dlls/ntdll/signal_i386.c:2532] in ntdll (0x0033ffa8) 14 0x7bc72f3e RtlRaiseException+0x21() in ntdll (0x0033ffc8) 15 0x7bc4a99e start_process+0x1d(kernel_start=0x7b85b3c0) [/build/buildd/wine1.3-1.4/dlls/ntdll/loader.c:2612] in ntdll (0x0033ffe8) 16 0xf76286ed wine_call_on_stack+0x1c() in libwine.so.1 (0x00000000) 17 0xf76287ab wine_switch_to_stack+0x2a(func=0x7bc4a980, arg=0x7b85b3c0, stack=0x340000) [/build/buildd/wine1.3-1.4/libs/wine/port.c:59] in...
2012 Dec 01
6
[LLVMdev] [RFC] "noclone" function attribute
...a kernel like this: kernel void k() { if (x()) y(); barrier(); if (x()) z(); else w(); } split it up into sub-functions and would produce a state machine and a loop similar to this: while (1) { switch (state) { case STATE_START: for (x...) for (y...) for (z...) state = kernel_START(x, y, z); break; case STATE_BARRIER1: for (x...) for (y...) for (z...) state = kernel_BARRIER1(x, y, z); break; case STATE_END: return; } } where every kernel sub-function (kernel_START and kernel_BARRIER1 in this example) return a new state. Notice this relies upon all calls to e...
2012 Dec 02
0
[LLVMdev] [RFC] "noclone" function attribute
...a kernel like this: kernel void k() { if (x()) y(); barrier(); if (x()) z(); else w(); } split it up into sub-functions and would produce a state machine and a loop similar to this: while (1) { switch (state) { case STATE_START: for (x...) for (y...) for (z...) state = kernel_START(x, y, z); break; case STATE_BARRIER1: for (x...) for (y...) for (z...) state = kernel_BARRIER1(x, y, z); break; case STATE_END: return; } } where every kernel sub-function (kernel_START and kernel_BARRIER1 in this example) return a new state. Notice this relies upon all calls to e...
2013 Jul 25
2
Efi64 boot fail during download from kernel and initrd via http
...coff_image > > which should hopefully print some info from the kernel boot paths. > > -- > Matt Fleming, Intel Open Source Technology Center > I tried it with pre11, same problem. I modified the debug append line to the one above. I get the following output: efi_boot_linux: kernel_start 0x1000000 kernel_size 0x472390 initramfs 0x7e3dc998 setup_data 0x0 cmdline 0x9f000 efi_boot_linux: setup_sects 32 kernel_size 4662160 Hope this helps Regards Michael
2015 Jul 18
3
Measuring boot time
...to debug. > > Can you describe what SYSLINUX does from this stage on? > Do you have any assumption what can take so much time? Exactly what it says, moving things in RAM (shuffling), setting up some basic handoff structures, removing itself from the timer interrupt and booting. I believe kernel_start is after the decompression is complete. You'll probably want the other timing points added. > I'd like to remind you that if I use slower BIOS "bios_do_shuffle_and_boot" is called later BUT the duration from it to kernel_start is shorter. If you want to compare, it'd be...
2015 Jul 12
2
Measuring boot time
...less familiar with so it is harder for me to debug. Can you describe what SYSLINUX does from this stage on? Do you have any assumption what can take so much time? I'd like to remind you that if I use slower BIOS "bios_do_shuffle_and_boot" is called later BUT the duration from it to kernel_start is shorter. Thanks, Tal ________________________________ From: Gene Cumm <gene.cumm at gmail.com> To: Tal Lubko <tallubko at yahoo.com> Cc: "syslinux at zytor.com" <syslinux at zytor.com> Sent: Wednesday, July 8, 2015 4:54 PM Subject: Re: [syslinux] Measuring boot tim...
2015 Jul 12
0
Measuring boot time
...to debug. > > Can you describe what SYSLINUX does from this stage on? > Do you have any assumption what can take so much time? Exactly what it says, moving things in RAM (shuffling), setting up some basic handoff structures, removing itself from the timer interrupt and booting. I believe kernel_start is after the decompression is complete. You'll probably want the other timing points added. > I'd like to remind you that if I use slower BIOS "bios_do_shuffle_and_boot" is called later BUT the duration from it to kernel_start is shorter. If you want to compare, it'd be...
2011 Jan 03
0
Macmillan dictionary (gold App) fails first run
...7efb6da0 call_thread_func+0xb() in ntdll (0x0032ffc8) > 6 0x7efb6f80 call_thread_entry_point+0x6f(entry=0x7edabb00, > arg=0x7ffdf000) > [/home/zolta/dolgaim/IT/wine-compile/1.3.10/wine-1.3.10/dlls/ntdll/signal_i386.c:2473] > in ntdll (0x0032ffe8) > 7 0x7ef9321a start_process+0x29(kernel_start=0x7edabb00) > [/home/zolta/dolgaim/IT/wine-compile/1.3.10/wine-1.3.10/dlls/ntdll/loader.c:2606] > in ntdll (0x00000000) > 0x0036eede: movl 0xfa32c(%ecx),%eax > Modules: > Module Address Debug info Name (97 modules) > PE 400000- 430000 Exp...
2015 Jul 18
0
Measuring boot time
...you describe what SYSLINUX does from this stage on? >> Do you have any assumption what can take so much time? > > Exactly what it says, moving things in RAM (shuffling), setting up > some basic handoff structures, removing itself from the timer > interrupt and booting. I believe kernel_start is after the > decompression is complete. You'll probably want the other timing > points added. > >> I'd like to remind you that if I use slower BIOS "bios_do_shuffle_and_boot" is called later BUT the duration from it to kernel_start is shorter. > > If you wa...
2014 Jan 10
8
[Bug 73459] New: nv10 get_rt_format: Assertion `0' failed.
...ntdll (0x0032feb8) 22 0x7bc855c5 call_thread_func+0x3e(entry=0x7b86353e, arg=0x7ffdf000, frame=0x32ffb8) [/home/diego/floss/wine/dlls/ntdll/signal_i386.c:2602] in ntdll (0x0032ff98) 23 0x7bc8555a call_thread_entry_point+0x11() in ntdll (0x0032ffb8) 24 0x7bc58ff6 start_process+0x23(kernel_start=0x7b86353e) [/home/diego/floss/wine/dlls/ntdll/loader.c:2762] in ntdll (0x0032ffe8) 25 0xb75f6f8d wine_call_on_stack+0x1c() in libwine.so.1 (0x00000000) 26 0xb75f6f6b wine_switch_to_stack+0x2a(func=0x7bc58fd2, arg=0x7b86353e, stack=0x330000) [/home/diego/floss/wine/libs/wine/port.c:59]...
2012 Jan 28
0
Error installing LeaguesOfLegends
...apper+0xb() in ntdll (0x00d0fed8) 2 0x7bc759cd call_thread_func+0x7c(entry=0x7b85ad20, arg=0x7ffdf000, frame=0xd0ffc8) [/build/buildd/wine1.3-1.3.37/dlls/ntdll/signal_i386.c:2532] in ntdll (0x00d0ffa8) 3 0x7bc72f1e RtlRaiseException+0x21() in ntdll (0x00d0ffc8) 4 0x7bc4a97e start_process+0x1d(kernel_start=0x7b85ad20) [/build/buildd/wine1.3-1.3.37/dlls/ntdll/loader.c:2612] in ntdll (0x00d0ffe8) 5 0xf76686ed wine_call_on_stack+0x1c() in libwine.so.1 (0x00000000) it happens on ubuntu oneiric ati ATI Radeon HD 4770(newest driver) uname -a Linux pc 3.0.0-15-generic #26-Ubuntu SMP Fri Jan 20 17:23:0...
2013 Jul 25
0
Efi64 boot fail during download from kernel and initrd via http
On Thu, 25 Jul, at 09:18:30AM, Michael Szerencsits wrote: > I tried it with pre11, same problem. > > I modified the debug append line to the one above. > > I get the following output: > efi_boot_linux: kernel_start 0x1000000 kernel_size 0x472390 initramfs 0x7e3dc998 setup_data 0x0 cmdline 0x9f000 > efi_boot_linux: setup_sects 32 kernel_size 4662160 > > Hope this helps > Regards Michael Thanks, that does help. At least we know it's taking the 32-bit entry path. I opened the following bug rep...
2011 Nov 18
8
wbfs and framwork 3.5 help
Hello i'm trying to load wbfs manager 3.0, but it won't load, it tried but then just quits. I'm thinking that I need microsoft frame work 3.5, do I have downloaded this and try to install, it always fails just before the end. When i try in terminal , sh winetricks dotnet30 it also fails giving this message "Note: command 'wine sc delete FontCache3.0.0.0' returned status
2013 Jul 24
2
Efi64 boot fail during download from kernel and initrd via http
> Actually, can you grab the version I built from, > > ftp://syslinux.org/pub/syslinux/tests/syslinux-6.02-pre2.tar.gz > > And see whether things work for you? I'm just trying to rule out any > kind of distribution error on the Syslinux build machine. > > -- > Matt Fleming, Intel Open Source Technology Center > _______________________________________________
2011 Jan 31
1
crash with winecfg
.../process.c:1086] in kernel32 (0x0032fef8) 36 0x7bc724b0 call_thread_func+0xb() in ntdll (0x0032ffc8) 37 0x7bc72680 call_thread_entry_point+0x6f(entry=0x7b85bcd0, arg=0x7ffdf000) [/build/buildd/wine1.3-1.3.11/dlls/ntdll/signal_i386.c:2473] in ntdll (0x0032ffe8) 38 0x7bc4caca start_process+0x29(kernel_start=0x7b85bcd0) [/build/buildd/wine1.3-1.3.11/dlls/ntdll/loader.c:2606] in ntdll (0x00000000) 0x00000004: -- no code accessible -- Modules: Module Address Debug info Name (88 modules) PE 71590000-71617000 Export comctl32 ELF 7b800000-7b984000 Dwarf kernel32<elf> \-PE 7b8100...
2010 Oct 13
12
Wine and WoW Cataclysm Patch 4.0 troubleshooting thread
Hello, The WoW 4.0 Cataclysm patch landed today, and there's bound to be lots of questions about getting it running in wine. My current status is that I've downloaded the patch and installed it. I've got the new (original WoW) login screen graphic. Once I login, I see a new character background and then a "downloading update" message. Wine crashes moments later.
2015 Oct 05
3
Measuring boot time
...you describe what SYSLINUX does from this stage on? >> Do you have any assumption what can take so much time? > > Exactly what it says, moving things in RAM (shuffling), setting up > some basic handoff structures, removing itself from the timer > interrupt and booting.? I believe kernel_start is after the > decompression is complete.? You'll probably want the other timing > points added. > >> I'd like to remind you that if I use slower BIOS "bios_do_shuffle_and_boot" is called later BUT the duration from it to kernel_start is shorter. > > If you wa...
2010 Nov 28
2
wine: Unhandled page fault on read access
...32/process.c:997] in kernel32 (0x0032fef8) 82 0x7bc71990 call_thread_func+0xb() in ntdll (0x0032ffc8) 83 0x7bc74530 call_thread_entry_point+0x6f(entry=0x7b856cf0, arg=0x7ffdf000) [/build/buildd/wine1.3-1.3.8/dlls/ntdll/signal_i386.c:2473] in ntdll (0x0032ffe8) 84 0x7bc49daa start_process+0x29(kernel_start=0x7b856cf0) [/build/buildd/wine1.3-1.3.8/dlls/ntdll/loader.c:2610] in ntdll (0x00000000) 0x0050d581: pushl 0x5(%esi) Modules: Module Address Debug info Name (91 modules) PE 400000- 6d2000 Export delta ELF 4ca33000-4cabe000 Deferred msvcrt<elf> \-PE 4ca40000-4cabe000 \...