From: Thadeu Lima de Souza Cascardo Date: Mon, 7 Dec 2009 04:48:11 +0000 (-0200) Subject: Moved operating systems into introduction. X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fkernel%2Fold_slides%2F.git;a=commitdiff_plain;h=a3bb8bc486246dfea2b8f2d6f6e00426ac1363a3 Moved operating systems into introduction. --- diff --git a/00.a.os/00.a.os.xml b/00.a.os/00.a.os.xml deleted file mode 100644 index 7d380bc..0000000 --- a/00.a.os/00.a.os.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - -Operating Systems -ThadeuCascardo - - - -Introduction - - -ProcessManagement - - -MemoryManagement - - -Input/Output/Hardware Management - - -Filesystems - - -Network - - - - - diff --git a/00.a.os/Makefile b/00.a.os/Makefile deleted file mode 100644 index 480457e..0000000 --- a/00.a.os/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -NAME = 00.a.os - -all: $(NAME).pdf - -%.pdf: %.tex - TEXINPUTS=.:..: pdflatex $< - -%.tex: %.xml ../beamer.xsl - xsltproc ../beamer.xsl $< > $@ - -clean: - rm -f $(NAME).pdf $(NAME).tex $(NAME).aux $(NAME).log $(NAME).nav \ - $(NAME).out $(NAME).snm $(NAME).toc $(NAME).vrb diff --git a/00.intro/00.intro.xml b/00.intro/00.intro.xml index 4171a93..4aa5ff2 100644 --- a/00.intro/00.intro.xml +++ b/00.intro/00.intro.xml @@ -126,4 +126,25 @@ Use a machine you can spare. + +Operating Systems + + +ProcessManagement + + +MemoryManagement + + +Input/Output/Hardware Management + + +Filesystems + + +Network + + + +