Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
256391
Topic
19908
Board
Trading Discussion
Re: Mac —–> Windows —–> Linux —–> BSD —–> UNIX
by
kokjo
on
21/06/2011, 09:02:19 UTC
Quote from: muad_dib on June 21, 2011, 08:45:48 AM
Quote from: kokjo on June 21, 2011, 08:37:12 AM
sorry for the bad estimate... it is still only 5% of the code that is relevant.
so 5% is most of the code?
Please define relevant.
stuff in:
the core code:
http://lxr.linux.no/linux+v2.6.39/kernel/
the arch code for x86:
http://lxr.linux.no/linux+v2.6.39/arch/x86/
some of the fs code(ext*, vfat, nfs):
http://lxr.linux.no/linux+v2.6.39/fs/
the mm:
http://lxr.linux.no/linux+v2.6.39/mm/
and the ipv* stacks:
http://lxr.linux.no/linux+v2.6.39/net/ipv4/
,
http://lxr.linux.no/linux+v2.6.39/net/ipv6/
and a
few
drivers from:
http://lxr.linux.no/linux+v2.6.39/drivers/
i have also build my own little kernel, some time ago. it sucks, true. but it can start and print out a lot of information about the computer. (NO! it not just a custom build linux kernel, its a real os from the bottom).