Live data from Hacker News

Linux Inside – How the Linux Kernel Works

0xax.gitbooks.io

1–10 of 33 posts

Re: Linux Inside – How the Linux Kernel Works

#3

I love this work, it inspired me to work on Inside LibreOffice. https://www.gitbook.com/book/chrissherlock1/inside-libreoffi...

In fact, StarView was in essence what we now call the Visual Components Library (VCL)

Any relation to the Borland/Delphi VCL?

Re: Linux Inside – How the Linux Kernel Works

#4
Nice. Way back in the day, maybe 20-25 years ago, I had a first look at the boot process and wish I'd had something similar to the first chapter then. Man, it was hard to find information and ones you did you realized understanding it meant learning an entirely new subject.

Those were the days really. Barely having started my English studies I went looking for a single piece of information and found so much else on the way.. The tinkering and nights of frustration gave insights and a feeling of accomplishment that set me on the path to the profession I have today.

Then I started high school and someone showed me a shaded and textured cube they had rotating on their screen and I found out what math is good for :)

Re: Linux Inside – How the Linux Kernel Works

#6
post #3

I love this work, it inspired me to work on Inside LibreOffice. https://www.gitbook.com/book/chrissherlock1/inside-libreoffi...

In fact, StarView was in essence what we now call the Visual Components Library (VCL) Any relation to the Borland/Delphi VCL?

Does not look like it.

https://github.com/LibreOffice/core/tree/master/vcl

But I can see clear lines for confusion.

Re: Linux Inside – How the Linux Kernel Works

#8

Every time I start to fall into the conceit that I'm an exceptionally good developer, I look at things like kernels or low level hardware programming and eat a big ol' slice of humble pie.

Why? It's just a different level of detail than you're used to. It's not magic.

Re: Linux Inside – How the Linux Kernel Works

#9
post #3

Earlier quoted context omitted.

In fact, StarView was in essence what we now call the Visual Components Library (VCL) Any relation to the Borland/Delphi VCL?

Does not look like it. https://github.com/LibreOffice/core/tree/master/vcl But I can see clear lines for confusion.

clear lines. confusion.

Re: Linux Inside – How the Linux Kernel Works

#10
post #5

Besides some scattered text files and the Linux man pages, there is this: https://www.kernel.org/doc/html/latest/ It's fairly new - started about a year ago, but there's quite a lot of stuff in there already (bootstrapped from the old XML stuff, I believe).

... That guide is actually fucking hilarious.

'However, that’s not too bad, because even the makers of GNU indent recognize the authority of K&R (the GNU people aren’t evil, they are just severely misguided in this matter)'

Post reply on HN