How to switch from SVR4/BSD internals to Linux internals?


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? How to switch from SVR4/BSD internals to Linux internals?
# 1  
Old 05-22-2013
How to switch from SVR4/BSD internals to Linux internals?

Hello,

Long-time Unix hacker here - I've worked on four variants of the kernel prior to the introduction of Linux. In my spare time, I've written Linux (Ubuntu) device drivers, kernel modules, cross-compiled, and built the kernel.

I'd like to do Linux internals/device drivers as a day job, but every recruiter has said that unless I have "paid Linux experience" they won't submit my resume to their clientele - the ones with the jobs.

How did you make the jump to Linux at work? My employer has me maintaining a legacy OS and would prefer if I did NOT retrain. (I would have tried to jump ship long before now but had family commitments.)

Thank you!
# 2  
Old 05-28-2013
Why is your employer not in favor of putting you on a relevant Linux course? Can you make the case to him/her that you would like to develop yourself into other areas, while still staying on for the legacy tasks, thereby making you more valuable for the firm?
Is there any point in asking to make a lateral move within the firm?
The other option I can think of is participating in an open source project with enough critical mass to also get noticed by future employers. It would also be a way to get in touch with like-minded developers who might give you advice on where else to look.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

GDB Breakpoint Internals

When we put a breakpoint using gcc then what all things happen internally and how the gdb using break is able to pause the execution of process( instead of killing it ) and later on resume the process execution? (0 Replies)
Discussion started by: rupeshkp728
0 Replies

2. UNIX for Dummies Questions & Answers

Linux Internals Interview Questions

Can anyone list the interview questions on Linux Internals? Any link for the same will also be helpful. In a job requirement of say C, linux internals what is expected about linux internals? (0 Replies)
Discussion started by: rupeshkp728
0 Replies

3. Programming

Internals of the printf function?

hey all, im a new programmer. i was wondering how you would go about writing the printf function yourself? it is my understanding that when you call printf you are calling an already written function and just providing an argument? if this is the case, is it possible to write that function... (8 Replies)
Discussion started by: Christian.B
8 Replies

4. Programming

Need more info on internals of c compilers

Hello Gurus, i am ok with the concepts of c language but i would like to know more about the internals of c with respect to the compilers what happens when we say gcc filename.c the a.out will get created(what actaully compiler does to the code inaddition to generating object code) ... (5 Replies)
Discussion started by: MrUser
5 Replies

5. Linux

Kernel internals for ARM

Hi, Does anybody have a good pointer on Linux kernel internals for ARM architecture? I can locate plenty for x86 but since ARM is RISC I think there would be subtle changes. So if somebody has a knowledge of good document on Linux Kernel internals for ARM or even a comparative study of kernel on... (0 Replies)
Discussion started by: Rakesh Ranjan
0 Replies

6. Programming

UNIX Internals, Help required...

I know UNIX user level commands, shell scripts. But i have no idea about kernel level programming and networking. I know the terms semaphore,IPC,socket programming. But i don't know in details what are these. I need to know the following. 1. Unix kernel level programming. 2. Unix Internals. 3.... (4 Replies)
Discussion started by: digdarshan
4 Replies

7. HP-UX

HP-UX Internals Book

. (2 Replies)
Discussion started by: Driver
2 Replies

8. Filesystems, Disks and Memory

on unix internals

will anybody tell me how can i access all the fields of process table .if there is any structure and a system call please specify . (1 Reply)
Discussion started by: vish_shan
1 Replies

9. New to Unix. Which books should I read?

UniX internals Material

Hi! I have 1.5 years experience in unix environment and shell scripting. Now, I started learning UNIX internals and network programming. Can you please help in finding the same material on the net Thanks Srinivas. (7 Replies)
Discussion started by: srinivaskathika
7 Replies
Login or Register to Ask a Question