Skip to content

Commit

Permalink
Merge pull request #60 from pkazmier/bookediting
Browse files Browse the repository at this point in the history
Bookediting
  • Loading branch information
lukego committed May 2, 2013
2 parents 80641f0 + 0ac0db8 commit f6e7c91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/template.latex
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
\fancypagestyle{plain}{\fancyhf{}}
\fancyheadoffset[R]{0.0in}
% Smaller spacing with bullets
\usepackage{enumitem}
\setlist{nolistsep}
%\usepackage{enumitem}
%\setlist{nolistsep}
% Smaller line spacing with verbatim code listings
$if(verbatimspacing)$
\usepackage{etoolbox}
Expand Down
6 changes: 6 additions & 0 deletions src/memory.lua
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ end
--- 1. `char*` pointer to the memory in our address space.
--- 2. `uint64_t` physical address.
--- 3. Actual number of bytes allocated, which may be more than requested.
---
--- XXX: This line is to terminate the above list. We'll need to use
--- fenced codeblocks instead of relying on four space indentation to
--- signify the start of a block because the four space rule also
--- allows you to use multi block list items (even if there are blank
--- newlines in between!)
function dma_alloc (size)
if size % 128 ~= 0 then
-- Keep 128-byte alignment
Expand Down

0 comments on commit f6e7c91

Please sign in to comment.