From: Thadeu Lima de Souza Cascardo Date: Sat, 5 Dec 2009 23:37:22 +0000 (-0200) Subject: Operating Systems Functions. X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fkernel%2Fold_slides%2F.git;a=commitdiff_plain;h=e4144ad2c4a2165845ef11bd5b2b322c503e9488 Operating Systems Functions. --- diff --git a/00.a.os/00.a.os.xml b/00.a.os/00.a.os.xml new file mode 100644 index 0000000..7d380bc --- /dev/null +++ b/00.a.os/00.a.os.xml @@ -0,0 +1,32 @@ + + + + + + +Operating Systems +ThadeuCascardo + + + +Introduction + + +ProcessManagement + + +MemoryManagement + + +Input/Output/Hardware Management + + +Filesystems + + +Network + + + + + diff --git a/00.a.os/Makefile b/00.a.os/Makefile new file mode 100644 index 0000000..480457e --- /dev/null +++ b/00.a.os/Makefile @@ -0,0 +1,13 @@ +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