Home

Awesome

KOZOS-PIC

※日本語は下の方にあります。

Overview

This is a Embeded OS for PIC32MX270F256B based on Japanese "KOZOS" which is developped for learning and hobby.
This repositry consists of that bootloader and OS. This OS is developped with full scratch programing and bare metal programing.

Bootloader

KZLOAD(kozos boot loader) loads firmware on RAM memory by XMODEM transfer and execute that.
The loaded file must be hex file format.

OS

KOZOS has functions like below.

And has drivers like below.

Demo

Displayed charactors on the led panel can be changed from PC by contacting with serial.
I will upload this source code after several weeks.

Requirement

Software

Baud Rate9600 bps
Data Length8bit
Stop bit Length1bit
paritynone
Hardware Flow Contorlnone
Software Flow Controlnone

Hardware

Build

To build this OS, please run the following command.
$ cd bootload
$ make
$ cd ../
$ cd os
$ make

Usage

In your serial console, please run the following command.

  1. kzload> load

  2. Send os/kozos.hex by xmodem transfer.

  3. kzload> run

License

KOZOS-PIC is released under MIT license.

Contact

If you are find something wrong with this OS or my English, please tell me because I am beginner at programing and English.Of course, I welcome your quetions,too.
Twitter : @envzhu

開発中

 ここで学習用組込みOS「KOZOS」をPIC(MIPS)に移植して、それを発展させたものです。 ターゲットはPIC32MX270F256Bを想定しています。

ブレッドボード図

ブレッドボード図 ※気が向いたら見やすいように書き直します