Thread: I need help debugging this entire Linux Kernel I wrote myself in about 2 weeks to on

  1. #31
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Quote Originally Posted by Structure View Post
    Consider the fact that people make them a lot more often than you think...
    Projects - OSDev Wiki
    As you can infer from christop, we have OS kernel developers among the regulars (or ex-regulars: haven't seen one of them in awhile) here. But writing one from scratch to be fully fledged and comparable with something like Linux is a different story from building on existing work as part of a team, possibly supported by a community of contributors and testers.

    Having said that, of course plenty (the vast majority?) of community projects start out as one-person projects, but perhaps LoneKernelWriter's method from post #1 of this thread of attracting team/community members could be improved.
    Last edited by laserlight; 08-25-2020 at 02:38 AM.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  2. #32
    Registered User
    Join Date
    May 2009
    Posts
    4,183
    If the OP wishes to make a closed source fork of Unix from what is posted on this website; then, he/she should be expected to be sued till they are broke!
    And, then sued some more!

    You can not take GPL code and make it closed source code!

    When someone posts any code of any great length you have to consider it may be copyrighted and possibly as GPL code.

    Tim S.
    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.." Bill Bryson

  3. #33
    misoturbutc Hodor's Avatar
    Join Date
    Nov 2013
    Posts
    1,787
    Quote Originally Posted by stahta01 View Post
    You can not take GPL code and make it closed source code!
    Well, you can if you don't give it to anyone else

    Edit: I just read the OP... yeah you can't just take GPL code and close it in the way the OP suggests
    Last edited by Hodor; 08-26-2020 at 05:41 AM.

  4. #34
    Registered User
    Join Date
    Aug 2020
    Posts
    11
    Quote Originally Posted by Salem View Post
    This must be a troll, surely.

    > //Code Patvh:kernel/chr_dev/console.c:
    ...
    > register unsigned char a:
    Yeah, multiple lines ending with : and not ;

    > if (ORIG_VIDEO_MODE = = 7) /* Is this a monochrome display? */
    The space between = = shouldn't be there.

    > while (1) P
    More off-by-1 on the keyboard shenanigans.

    Got bored of reading after that.

    > Also, I want to create a closed source fork of UNIX called Ultrix
    Good luck in court - Ultrix - Wikipedia
    I saw that DEC made Ultrix, but wouldn't it make more sence if DEC called there's Digix though and why do they have two Unix forks made by them with the other being Digital UNIX let alone what DEC OSF-1 is. Ultrix makes more sense for me to use than DEC if you knew what I wanted to call my computer company that would own the rights to it, but the matter is that DEC owns that name and not me.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Linux kernel
    By Annonymous in forum Linux Programming
    Replies: 15
    Last Post: 11-09-2011, 12:26 PM
  2. Linux kernel programming
    By Gnakul in forum Linux Programming
    Replies: 1
    Last Post: 10-21-2011, 07:38 AM
  3. debugging a kernel
    By kiros88 in forum C Programming
    Replies: 1
    Last Post: 04-02-2010, 03:18 PM
  4. Replies: 1
    Last Post: 01-28-2006, 09:34 AM
  5. linux kernel 2.5
    By ygfperson in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 07-31-2002, 11:17 PM

Tags for this Thread