Displaying 5 results from an estimated 5 matches for "sbds".
Did you mean:
bsds
2012 Oct 14
1
[LLVMdev] [Proposal] Annotated assembly output
...call interfaces for "real" functions, like "puts".
The sbd API can be called from C and C++.
All the demos/tests use C++ as it saves typing, but as you may suspect
from looking at the projects other parts, I plan to implement a
graphical user interface(GUI) to interact with sbds.
That GUI will at least in part be implemented by sbds, once the
interpreter can interact with Qt's C++ classes, which I'm about to start.
Like LLVM I've got one global repository for type information and functions.
The plan is to have multiple domains, where a domain could, for exa...
2012 Oct 13
0
[LLVMdev] [Proposal] Annotated assembly output
Another question: What kind of documentation you are planning to
produce for this feature?
-- Sean Silva
On Fri, Oct 12, 2012 at 4:36 PM, Jim Grosbach <grosbach at apple.com> wrote:
>
> On Oct 12, 2012, at 1:07 PM, Sean Silva <silvas at purdue.edu> wrote:
>
>> Hi Jim, thanks for the response. That pretty much clears up my primary
>> concern. +1 for keeping the C
2014 Nov 18
1
Syslinux-6.03 getting stuck with kernel boot.
...sical Device Handle: 0x0009
Memory Array Mapped Address Handle: 0x000C
Partition Row Position: Unknown
Handle 0x0013, DMI type 22, 26 bytes
Portable Battery
Location: N/A
Manufacturer: N/A
Manufacture Date: N/A
Serial Number: N/A
Name: N/A
Design Capacity: Unknown
Design Voltage: Unknown
SBDS Version: N/A
Maximum Error: Unknown
SBDS Chemistry: Lithium-Ion
OEM-specific Information: 0x00000000
Handle 0x0014, DMI type 32, 11 bytes
System Boot Information
Status: No errors detected
Handle 0x0015, DMI type 128, 13 bytes
OEM-specific Type
Header and Data:
80 0D 15 00 03 00 01 02 03 0...
2012 Oct 12
3
[LLVMdev] [Proposal] Annotated assembly output
On Oct 12, 2012, at 1:07 PM, Sean Silva <silvas at purdue.edu> wrote:
> Hi Jim, thanks for the response. That pretty much clears up my primary
> concern. +1 for keeping the C API small/stable/robust :)
>
> Having multiple hand-implemented parsers accepting the output, I think
> it would be wise to have an official "conformance suite" for the
> syntax so that
2012 Sep 19
1
[PATCH 1/1] lua: Cleaned up the dmi table structure in Lua.c32 and added all missing DMI subtables
...ttery, manufacturer)
+ LUA_ADD_STR_P(L, battery, manufacture_date)
+ LUA_ADD_STR_P(L, battery, serial)
+ LUA_ADD_STR_P(L, battery, name)
+ LUA_ADD_STR_P(L, battery, chemistry)
+ LUA_ADD_STR_P(L, battery, design_capacity)
+ LUA_ADD_STR_P(L, battery, design_voltage)
+ LUA_ADD_STR_P(L, battery, sbds)
+ LUA_ADD_STR_P(L, battery, sbds_serial)
+ LUA_ADD_STR_P(L, battery, maximum_error)
+ LUA_ADD_STR_P(L, battery, sbds_manufacture_date)
+ LUA_ADD_STR_P(L, battery, sbds_chemistry)
+ LUA_ADD_STR_P(L, battery, oem_info)
- lua_pushstring(L, "chassis.thermal_state");
- lua_pushstring(...