search for: kpneal

Displaying 3 results from an estimated 3 matches for "kpneal".

2013 Feb 11
3
Installing FreeBSD 9.1 amd64 on IBM x3550 M3
Hello, I'm trying to install FreeBSD 9.1 amd64 on an IBM x3550 M3 server. Installation went smoothly, RAID controller and network cards were successfully recognised. But, after the installation, the server fails to boot from disk. There were some posts, about two years ago, in this list implying that the problem lies in UEFI but I couldn't find any clear solution. Any suggestions would
2012 Sep 14
0
[LLVMdev] Proposal: New IR instruction for casting between address spaces
On 9/13/2012 11:04 PM, kpneal at pobox.com wrote: > > On the z/Architecture [...] Also, pointers on AS/400 are 16-bytes long (i.e. 128 bits), if I recall correctly. -K -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
2012 Sep 13
6
[LLVMdev] Proposal: New IR instruction for casting between address spaces
On Sep 13, 2012, at 12:00 PM, Mon Ping Wang <monping at apple.com> wrote: >>> In C, integer to point conversions are implementation defined and >>> depends on what the addressing structure of the execution environment >>> is. Given the current definition of ptrtoint and intoptr, I feel that >>> the addressing structure feels like a flat memory model