search for: b003

Displaying 4 results from an estimated 4 matches for "b003".

Did you mean: 2003
2008 Oct 27
0
NEW: COM32 module to alias (Revised)
...cense, or * (at your option) any later version; incorporated herein by reference. * * ----------------------------------------------------------------------- */ /* * alias.c * * Alias COM32 application; Call as a KERNEL with a boot line command as the * APPEND line. */ /* * History * b003 Work on resolving a potential overflow issue with building the * command string to pass to syslinux_run_command() * Reformatted {} in more visual style. * Use MAX_CMDLINE_LEN or COMMAND_LINE_SIZE (in that order) if available * b002 Alter the concatenation of the command line arguments to use...
2015 Feb 10
3
[LLVMdev] Bug in ARM Thumb inline asm?
...#0] 18: 9901 ldr r1, [sp, #4] 1a: 2800 cmp r0, #0 1c: bf1c itt ne 1e: f04f 32ff movne.w r2, #4294967295 ; 0xffffffff 22: f04f 31ff movne.w r1, #4294967295 ; 0xffffffff 26: 4610 mov r0, r2 28: b003 add sp, #12 2a: bd90 pop {r4, r7, pc} The question is, does the line register long r7 __asm__("r7") = n; make any guarantee about the value of r7 in the asm block? Adding the -fomit-frame-pointer flag fixes it, but is the bug in the code or in the c...
2009 Feb 22
2
NEW: COM32 module to run another command, optionally clearing the screen
...in order to clear the screen * b006 Check to see if it's at the end of the argument list in the for before * adding the space/null at the end of the string. * b005 Rename from aliasclr.c to runc.c * b004 aliasclr.c; Add NUM_NL newlines to beginning of output * Cleanup code to standards * b003 Work on resolving a potential overflow issue with building the * command string to pass to syslinux_run_command() * Reformatted {} in more visual style. * Use MAX_CMDLINE_LEN or COMMAND_LINE_SIZE (in that order) if available * b002 Alter the concatenation of the command line arguments to use...
2007 Dec 11
6
Mongrel install problem
Hi, I''m having difficulties getting mongrel running on my Debian Etch machine. It seems to install and is listed with my other gems, but things like... "mongrel_rails start ..." ... are not recognised. Perhaps this is something to do with the file "lib" not being found in the install process: ruby extconf.rb install mongrel --include-dependencies checking for main()