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
- Host: GitHub
- URL: https://github.com/mlouielu/f9-report
- Owner: mlouielu
- Created: 2017-08-27T11:04:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-27T11:09:33.000Z (over 8 years ago)
- Last Synced: 2025-01-30T14:29:52.392Z (about 1 year ago)
- Topics: arm, microkernel, operating-system
- Language: TeX
- Size: 495 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```