\documentclass[webversion,endnotes]{usetex-v1}
\usepackage{graphicx}   % postscript figures
\usepackage{url}        % \url{} command with good linebreaks
\usepackage{microtype}  % I am a font nerd.
\usepackage{subfigure}
\usepackage{float}
\usepackage{nicefrac}

% The following line needs to appear in every source file in
% order to track the last commit time and svn revision ID. (Why is
% this so difficult?)
%
% Also, need to 'svn propset svn:keywords Id file.tex'
\svnInfo $Id$

\begin{document}

\title{Towards Application
  Security on Untrusted Operating Systems}

%document status: submitted to foo, published in bar, etc.
\docstatus{Submitted to HotSec '08}

% authors.  separate groupings with \and.
\author{
\authname{Dan R. K. Ports}
\authaddr{MIT CSAIL \& VMware, Inc.\thanks{Work done during an
    internship at VMware, Inc.}}
\authurl{\url{drkp@csail.mit.edu}}
\and
\authname{Tal Garfinkel}
\authaddr{VMware, Inc.}
\authurl{\url{talg@vmware.com}}
%
% anyone else?
%
} % end author

\maketitle

\begin{abstract}
{\small \it \input{abstract}}
\end{abstract}

\section{Introduction}
\label{sec:intro}
\input{intro}

\section{Extended Protection Architectures}
\label{sec:background}
\input{background}

\section{Implications of a Malicious OS}
\label{sec:security}
\input{security}

\section{Attacks and Mitigations}
\label{sec:components}
\input{components}

\section{Conclusions}
\label{sec:conclusion}
\input{conc}


\bibliographystyle{abbrv}
\footnotesize\bibliography{paper}

\end{document}

%%% Local Variables: 
%%% mode: latex
%%% TeX-command-default: "Make"
%%% TeX-PDF-mode: t
%%% End: 
