strange things happening!
Posted: Thu Nov 14, 2002 10:02 pm
well i have noticed a few things going on which are quite strange for me atleast .. first of all i have my function prototypes in the header files and function defintions in the main kernel and its working fine
but if i try to put those function definitions in the header file along with the prototypes and just call them from main .. it doesnt works .. can some one explain WHY ??
secondly with a few things my kernel size got 8704 bytes ( 2200 H ) .. and even when i add so much stuff in the kernel it is still of same size ??
i mean first of all it should not be that much big and secondly OK if it is that much big than why doesnt the size changes by adding code and variables into it?
i know these questions are not so important .. but when u r working on that lower lovel i think u should care about every single thing ..
thanx for ur help
but if i try to put those function definitions in the header file along with the prototypes and just call them from main .. it doesnt works .. can some one explain WHY ??
secondly with a few things my kernel size got 8704 bytes ( 2200 H ) .. and even when i add so much stuff in the kernel it is still of same size ??
i mean first of all it should not be that much big and secondly OK if it is that much big than why doesnt the size changes by adding code and variables into it?
i know these questions are not so important .. but when u r working on that lower lovel i think u should care about every single thing ..
thanx for ur help