public marks

PUBLIC MARKS from sylvainulg with tags programming & "operating system"

2009

NewOrder - news: Abusing .CTORS and .DTORS for fun 'n profit

(via)
void foobar_init(void) __attribute__ ((constructor)); void foobar_fini(void) __attribute__ ((destructor));

OS-FAQ Wiki - Reference All In One

Now, the OSFAQ has been moved to a mediawiki at www.osdev.org and i'm not that much involved. Reference Material, tutorial and stuff

2008

2007

Re: problems with ld --wrap : Help!

(via)
more gcc/libc subtleties: replace references to malloc into references to __wrap_malloc and then use __real_malloc in your wrapper code

USB.org - HID Tools

official resources for HID usb implementation

USB.org - Approved Device Class Document Download

(via)
w00t. They actually *do* provide documentation on generic USB devices such as "mass storage" and "hid" ^_^

The Mass Storage Page

by 2 others
and now, plenty of pointers to info about the USB "mass storage" devices ...

USB Human Interface Device (HID) FAQ

How can an application request a report using a control transfer? How can an application send a report using a control transfer? How can an application request reports using interrupt transfers? How large is the ReadFile buffer? Where is the Windows documentation for accessing HIDs? Why do I receive "CRC Error" when attempting to send a report to my device? ...

Sample Chapter from Programming the Microsoft® Windows® Driver Model, Second Edition by Walter Oney

(via)
Programming the Microsoft® Windows® Driver Model interesting info on USB HID class drivers :P

Main Page - OSDevWiki

plein, plein, plein d'info ^_^ Et quelques pages de mon crû.

UTF-8 and Unicode FAQ

by 2 others
tout ce que vous avez toujours voulu savoir sur Unicode

Cxx in the Linux Kernel

I love guys who dare to do what they're told they shouldn't try to do. Especially when it comes about porting something where it's not supposed to go.

2006