Displaying 3 results from an estimated 3 matches for "bootinfo".
Did you mean:
bookinfo
2006 May 26
3
FreeBSD boot loader on VT-x based Xen system
...t; kernel /boot/loader
> [FreeBSD-a.out, loadaddr=0x200000, text=0x1000, data=0x32000,
> bss=0x0, entry =0x200000]
>
> grub> boot
> BTX loader 1.00 Starting in protected mode (base mem=9fc00)
> Arguments passed (esp=67e88):
> <howto=80000000 bootdev=a0300000 junk=0 0 0 bootinfo=67ec4>
> Relocated bootinfo (size=48) to 9fbb8
> Relocated arguments (size=18) to 9fba0
> BTX version is 1.01
> Relocated kernel (size=780) to 9000
> Client base address is a000
> Client format is ELF
> text segment: offset=1000 vaddr=0 filesz=2a3b0 memsz=2a3b0
> data seg...
2005 Dec 13
0
cant start samba 3.0.20b binary on AIX 5.3
...telldir64 (number 245) is not exported from
dependent module /usr/lib/libc.a(shr.o).
0509-192 Examine .loader section symbols with the
'dump -Tv' command.
Here is also some pertinent info to go along with it:
> oslevel -r
5300-00
> bootinfo -y
64
> genkex|grep 64
3e7C000 398 /usr/lib/drivers/syscalls64.ext
3B44000 1A648 /usr/lib/drivers/pci/sisscsi_dd
Tia,
Brad Fulda
3D Research Corporation
Future Combat Systems
(256) 325-5949
2003 Aug 22
3
PAE removal patch for testing
...*/
+ .globl _APTmap,_APTD,_APTDpde
+ .set _APTmap,APTDPTDI << PDRSHIFT
+ .set _APTD,_APTmap + (APTDPTDI * PAGE_SIZE)
+ .set _APTDpde,_PTD + (APTDPTDI * PDESIZE)
+
+/*
* Compiled KERNBASE location
*/
.globl _kernbase
@@ -103,16 +112,15 @@
_cpu_vendor: .space 20 /* CPU origin code */
_bootinfo: .space BOOTINFO_SIZE /* bootinfo that we can handle */
- .globl _KERNend
_KERNend: .long 0 /* phys addr end of kernel (just after bss) */
physfree: .long 0 /* phys addr of next free page */
#ifdef SMP
- .globl _cpu0prvpage
+ .globl _cpu0prvpage
cpu0pp: .long 0 /* phys addr...