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

https://github.com/amlel-el-mahrouss/openddk

[Alpha/WIP] OpenNE's Device Driver Kit.
https://github.com/amlel-el-mahrouss/openddk

c cpp custom-os low-level programming

Last synced: 3 months ago
JSON representation

[Alpha/WIP] OpenNE's Device Driver Kit.

Awesome Lists containing this project

README

        

![OpenNE](res/OpenNE.svg)

# OpenNE DDK (Mark 1)

Use this to write drivers for OpenNE.

## Installation:

- MinGW/GCC for the Kernel and bootloader.
- Netwide Assembler/OpenCC to output COFF object code.

### Start by cloning the DDK:

```
git clone [email protected]:amlel-el-mahrouss/ddk.git
cd ddk
```

### And then select the makefile to execute:

```
cd dev/LibDDK
btb ddk.json
```

###### Copyright Amlal EL Mahrouss. All rights reserved.