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.
- Host: GitHub
- URL: https://github.com/amlel-el-mahrouss/openddk
- Owner: amlel-el-mahrouss
- License: apache-2.0
- Created: 2025-01-13T10:36:16.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-02-01T14:52:58.000Z (4 months ago)
- Last Synced: 2025-03-04T06:14:25.250Z (3 months ago)
- Topics: c, cpp, custom-os, low-level, programming
- Language: C
- Homepage: https://github.com/amlel-el-mahrouss/openne
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README

# 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.