ほぼ雑記的メモ
rtc-2004.02.24.1_4/+CONTENTS:@name rtc-2004.02.24.1_4 rtc-2004.02.24.1_4/+CONTENTS:@comment ORIGIN:emulators/rtc rtc-2004.02.24.1_4/+CONTENTS:etc/rc.d/rtc.sh rtc-2004.02.24.1_4/+CONTENTS:include/rtc.h rtc-2004.02.24.1_4/+CONTENTS:modules/rtc.ko rtc-2004.02.24.1_4/+CONTENTS:share/examples/rtc/test.c rtc-2004.02.24.1_4/+CONTENTS:@dirrm share/examples/rtc rtc-2004.02.24.1_4/+CONTENTS:@unexec rm -f /dev/rtc
This is a kernel module for /dev/rtc device support. Some apps such as VMware for Linux would be happy with it. The code was originally written by Vladimir N. Silyaev.
class A{ public: int a; int b; A(); virtual ~A(); virtual void hoge(); }; A::A() { a = 0x11111111; b = 0x22222222; } A::~A() { printf("A\n"); } void A::hoge() { printf("Ahoge\n"); }
__1A: pushl %ebp movl %esp,%ebp movl 8(%ebp),%edx movl $_vt$1A,8(%edx) movl $286331153,(%edx) movl $572662306,4(%edx)
class B: public A{ public: int c; B(); virtual ~B(); virtual void hoge(); };
Powered by Red Leaf ( Rev. c78c769f2 ), © Issei Numata, 2007-2021