• 0

Learning C (Basically for working with Kernals and everything really comple


Question

What is the best book or site where I could learn every aspect of "C"? I've decided next summer that I want to live a little more custom and I want to restructure the way I work. I'm a quick, but thorough person, and I'd like to work with the Linux Kernal from scratch.

Recommended Posts

  • 0

well C alone isnt really gonna help you much if you're dabling with kernels. sure,you can understand the syntax of the source code, but you wont understand what its actually doing. you need way more knowledge before you can tackle that area.

you'd need to know

-assembly language

-cpu architecture,like the registers,memory,interrupts,opcodes,MMU,caches,etc..

-how each component of an operating system works

-how the linux kernel works

and a whole bunch of other stuff.

really you're in for alot of work. you will be reading alot of books and manuals. i'm talking about years and years of learning before you can get to this level. you cant just read books and jump into things. you need to start writing code, start debugging code. it all comes from experience like everyone said.

i was exactly like you when i began learning programming. i was going to do alot of things. and then i realized what i was in for.

  • 0

I'm guessing many of you know or don't know about Codecademy & TutsPlus? I'm studying at both places for JavaScript, Python, Ruby, Objective-C, and many others. And I pretty much have enough patience to have all the intake to understand the differences of each languages. I'm not new to this, I just needed some books and such to get a better understanding, heck I've already started reading C / C++ Primer Plus (5th edition) because I also need to learn C and Objective C for Mobile App development.

Like I said, I'm just trying to be experimental. I've been loving tech since I was little, and I will always love & continue to study what I don't know about tech.

I'm even obsessed with technology that doesn't exist. :shiftyninja:

  • 0

how each component of an operating system works

Good point you need to know the big picture of how a operating system is designed before you build the key component of one.

Doing a quick google search, a quickier route than trying to learn assembly would be taking a look at this:

http://cosmos.codeplex.com/

I haven't used it before but since your trying something ambitious might as well do it in C#.

Im learning JavaScript, Python, Ruby, Objective-C, and many others

That's not good to learn a whole bunch of different languages at once, your not going to retain anything and more than likely you'll just burn yourself out. Focus on one language preferably C/C++/C# and than learning any other language is just a matter of picking up the syntax. Anyone can learn syntax, don't focus too much on that, focus instead on the core concepts of programming and getting something working.

C / C++ Primer Plus (5th edition)

Don't just sit there and copy examples out of book, that's a complete waste of time. I've taught many individuals how to program, and the best way to do it is to only use those books as a reference. Instead come up with something that you want to make, and look up how to do that.

Here is a situation that I'm currently facing that kinda pertains to this, our scripting guys at the studio I work at were having problems coding scripts because obviously they have no way to debug it. So I thought hey i'll write a custom debug engine plugin for Visual Studio. I wasted three days and a Microsoft Support Incident to figure out everything was 100% right, but it kept telling me custom DE wasn't installed. I was like WTF, it took a guy in the Visual Studio division a couple days to figure out the only thing I had to was launch visual studio with the /setup switch :/.

The moral of the story is even if know what your doing stupid things can come up that will discourage you and make you want to quit; I probably would have moved on to something else if I didn't have a MSDN support incident I could use. There isn't any self help guides, or really much other material on Kernel development out there because its usually done by guys that know what to do and what to look for if they need help.

  • 0

I'm not doing them all at once, I'm doing courses 1 by 1 and then moving on to the next language unless I've messed up on a few and that's when I do the whole course all over again until I've got it right.

I don't like to copy code out of a book. Of course I'm going to make my own, all I really wanted was references.

For learning just C. I won't be able to learn it all just yet until I've built up my office. Basically I'm trying to slowly learn it until next summer.

  • 0

moving on to the next language

Why are you moving on to another language? Especially since half of those you mentioned aren't going to help you at all in Kernel development. Stick with ONE maybe two languages at most, become a pro in the syntax, than become a pro in logic. Once you accomplish those two things going to another language is extremely easy.

Listen it looks like your changing some of your points to match what you think we want to hear...we don't care what you do lol. Just take it from someone who's heard the "I'm an awesome guy I can pick up programming by reading all this random crap without applying it anything" over and over again. If your already preficiant in syntax now do something practical. Put down the books, get your ass off of google and download UDK. Now I personally dislike Unreal for a lot of reasons, but my dislikes are mostly on the licensee end doing stuff you won't care enough to do.

Why would I be telling you to make a game when you don't have any goals related to game development?

When teaching programming I find its easier to get someone going when they say can come up with a project, and set milestones/goals for how to get it done. When you start coding each goal you will realize you have no idea whats your doing. So than you do research and you learn how to teach yourself, and you can see on the screen each goal getting accomplished. This teaches logic because your teaching youself.

To whoever mentioned going to college for a computer science degree, if you do pursue this one route there is one reason why I and other employers won't hire new college graduates...they can't figure **** out for themselves. Colleges spoon feed everything to you, and you don't understand how to get your ass on google and search around to figure out whatever it is your doing. This is why I strongly recommend doing the above, once you complete two or three projects with this method I promise you, you will be decently profient in programming. From there you can apprieciate what you want to do now and if its worth it.

  • 0

Everyone when they first start programming usually ask ambisous questions like this

I didn't. I wrote a "hello world", then moved on, through books (as there was not web resource for me back then) to connecting to a local database, to distributing on floppy. I had no lofty goals - I knew what I wanted to do, set myself landmarks to achieve and did.

  • 0

Also, OP... You say you want to write a custom OS by programming with the kernel...

Then when you talk about a custom OS you mention Longhorn (in context of its look and feel).

Please detail what you believe you mean by "custom OS"...

  • 0

As far as learning the language and some basic computer science goes, then K&R's The C Programming Language Second Edition is the bible. You don't have to read the entire book from front to back, but it's an excellent primer if you do. I use it as a reference regularly. In addition to linux man pages and web information of course.

If contributing to the Linux kernel project is your aspiration or desire, then it's easy enough to start submitting small patches to fix bugs, then build up to larger things. I'd recommend taking a look at https://bugzilla.kernel.org/ and see if there's anything you're interested in doing there.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Ahh, I didn't know that. It makes sense. I was thinking I would be fine with 50 hours, but 100 is close enough that I wouldn't feel like I am paying for more than I am using. I might check it out sometime.
    • Google's next-gen Tensor AI chips might be produced by Samsung, report says by Hamid Ganji Image via Google Google’s Tensor Processing Unit (TPU) is produced in collaboration with companies such as Broadcom and TSMC, but a recent report suggests that the search giant is in talks with Samsung to hand over part of the production to the Korean tech company. According to a report by The Information, citing people familiar with the matter, Google has begun talks with Samsung about using its chip manufacturing capacity for the next generation of Tensor AI chips. Google’s upcoming TPUs are reportedly codenamed “Icefish” and will be produced using Samsung's 2-nanometer process technology. Meanwhile, Samsung is expected to produce only a portion of the next-generation Tensor chips, with most of the production remaining at TSMC. The Information says the new Tensor chips are currently in the design stage and are scheduled to enter mass production in 2028. TSMC is generally considered one of the most reliable chip manufacturing partners and is trusted by tech giants such as Apple and Google. However, the growing demand for TSMC’s AI chips, combined with the company’s focus on meeting demand from AI data centers, has reportedly prompted Google to seek additional manufacturing partners for its next-generation TPUs. Besides Samsung and TSMC, Intel could also be assigned part of the production. The Information reported this week is that Google has begun talks with Intel to produce up to three million TPUs in 2028. However, this is not the first time Google has partnered with Samsung on chip production, as Samsung has previously manufactured Tensor chips for Pixel smartphones. Google’s Tensor Processing Unit is used in cloud data centers and competes with NVIDIA’s chips, which currently dominate the market. By relying on in-house chips, Google can not only reduce its dependence on third-party providers but also create new revenue opportunities. The company has already supplied its TPUs to the AI firm Anthropic.
    • Reminder that the Premium and Ultimate plans already come with a 100 hour per month limit, which you then have to pay more to increase in 15 hour blocks.
    • It does invite Linux because MS should have been improving their products all along these years instead chose to ignore the users now this year they’re making all of these improvements to their products where as Linux doesn’t have this kind of problems in fact it has gotten so good I can even play Windows games in Steam that I no longer ever needed Windows to carry on with my life, unlike you still use Windows and chose to try beat down down those who don't use Windows because they love their LG TV. (Surprisingly I actually own a 55” LED LG TV and it has been going strong for almost 14 years, longer than any Sony TV”)
    • As much as I love owning my own hardware, it's hard to argue with the value. I'm not a huge gamer, I'd actually be interested in a cheaper plan with limited monthly hours, or even a pay-by-the-hour plan.
  • Recent Achievements

    • Week One Done
      FBSPL earned a badge
      Week One Done
    • One Year In
      Jim Dugan earned a badge
      One Year In
    • One Month Later
      Tommi118 earned a badge
      One Month Later
    • One Month Later
      sjbousquet earned a badge
      One Month Later
    • Week One Done
      sjbousquet earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      487
    2. 2
      PsYcHoKiLLa
      196
    3. 3
      +Edouard
      155
    4. 4
      Steven P.
      84
    5. 5
      ATLien_0
      69
  • Tell a friend

    Love Neowin? Tell a friend!