Skip to content

Commit 610b37b

Browse files
committed
reorder books
1 parent 61f622f commit 610b37b

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

intro.tex

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,6 @@
303303
%Internals of UNIX System~V Release 4}. Prentice Hall, 1994
304304
\item McDougall, R.; Mauro, J.: \emsl{Solaris Internals}. Prentice Hall; \nth{2}
305305
edition, 2006.
306-
\item R. Love: \emsl{Linux System Programming: Talking Directly to the Kernel
307-
and C Library}. O'Reilly, 2013.
308306
\end{enumerate}
309307
\end{slide}
310308

@@ -326,8 +324,6 @@
326324
4.4 BSD Operating System} by the same author.
327325
\item The best book on the Solaris operating system. The system version in the
328326
book is Solaris~10.
329-
\item Covers systems programming for Linux. Mostly generic with some Linux
330-
specialties. Does not contain network programming.
331327
\end{enumerate}
332328

333329
%%%%%
@@ -346,8 +342,8 @@
346342
Addison-Wesley; \nth{1} edition, 1997
347343
% I don't why but after I switched from FreeBSD to Solaris, I can't typeset
348344
% word "unix" anymore. It's like it wasn't there. Using {} trick helps.
349-
\item UNIX specifications, see \url{http://www.unix.org}
350-
\item manual pages, mainly sections 2 and 3
345+
\item R. Love: \emsl{Linux System Programming: Talking Directly to the Kernel
346+
and C Library}. O'Reilly, 2013.
351347
\end{enumerate}
352348
\end{slide}
353349

@@ -365,8 +361,8 @@
365361
Communications}, covering interprocess communication in great detail.
366362
\item Great book on programming with threads using POSIX API. Highly
367363
recommended.
368-
\item UNIX specifications.
369-
\item Detailed descriptions of system calls and functions.
364+
\item The book by R. Love covers systems programming for Linux. Mostly generic
365+
with some Linux specialties. Does not contain network programming.
370366
\item \hlabel{POSIX4} A book that did not fit the slide and covers topics outside
371367
of the scope of this class: Gall\-meis\-ter, B. R.: \emsl{POSIX.4 Programmers
372368
Guide: Programming for the Real World}, O'Reilly; \nth{1} edition, 1995. A great
@@ -378,6 +374,9 @@
378374
\item[\ldots] You can also buy lots of these books on Amazon in a decent second
379375
hand quality for a fraction of the original price.
380376
\item[\ldots] or you can borrow them in library of the faculty !
377+
\item UNIX specifications, see \url{http://www.unix.org}
378+
\item manual pages, mainly sections 2 and 3 - detailed descriptions of system
379+
calls and functions.
381380
\end{enumerate}
382381

383382
%%%%%

0 commit comments

Comments
 (0)