An open API service indexing awesome lists of open source software.

https://github.com/mlouielu/f9-report

f9-microkernel technical report
https://github.com/mlouielu/f9-report

arm microkernel operating-system

Last synced: 3 months ago
JSON representation

f9-microkernel technical report

Awesome Lists containing this project

README

          

# F9 microkernel report

Still under construct.

# LaTeX Format

The LaTeX class file is come form ACM SIGPLAN Format, you can download and found the guide from:
[Author Information for SIGPLAN Conferences](http://www.sigplan.org/Resources/Author/)

This report is currently using `IEEEtran` bibliographystyle with `numbers,square,comma,sort&compress` for citestyle.

## Requirements

* texlive
* texlive-latex-extra

### Ubuntu

```
apt-get install texlive
apt-get install texlive-latex-extra
```

### Archlinux

```
pacman -S texlive-most
```

## Building f9-report

Genereate pdf report:

```
% make
```

Clean up:

```
% make clean
```