DGentry

6,388
reputation
473 views

Registered User

name DGentry
member for 1 year
seen 23 hours ago
website
location Fremont, California
age 39
Embedded Software engineer and general curmudgeon. Coding blog: Coding Relic
Twitter: dgentry
Random stuff: Flotsam & Jetsam
Dec
6
awarded  Mortarboard
Nov
18
awarded  Nice Question
Nov
17
accepted Software testing for a bare-metal system
Oct
30
awarded  Nice Answer
Oct
28
accepted How would one code test and set behavior without a special hardware instruction?
Oct
14
awarded  Nice Answer
Oct
3
awarded  Popular Question
Sep
21
awarded  Guru
Sep
21
accepted Is there a need to use assembly these days?
Sep
18
awarded  Nice Answer
Sep
6
awarded  Yearling
Jul
22
awarded  
Jul
17
awarded  Nice Answer
Jul
2
awarded  Nice Answer
Jul
1
awarded  Popular Question
Jun
21
awarded  Nice Answer
Jun
20
comment Remote Desktop Protocol C or Objective-C Library
Sun supplies a uttsc utility for use with their SunRay graphical terminal. Much of Sun's software is now open source, but I couldn't immediately find the uttsc source. It might be worth some more Googling.
Jun
20
answered Best C/C++ Libraries?
Jun
19
comment #defines in linker scripts
This is what I ended up doing. I run "cpp -P" on an input script to produce the final linker script.