User:Akasei: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
Content deleted Content added
Created page with "{{Infobox Project |name=Wataha.net |image=wataha.png |caption=v0.192 monolithic kernel with programs: shell, name, hello |developers=Andrzej Adamczyk |kerne..."
 
Line 24: Line 24:
== Kernel ==
== Kernel ==


In few words: RoundRobin, x86_64, PIC, PIT, IRQ0, IRQ1, INT40, Multitasking
In few words: RoundRobin, x86_64, PIC, PIT, IRQ0, IRQ1, INT40, Multitasking, IPC

Revision as of 08:54, 29 August 2014


Wataha.net


v0.192 monolithic kernel with programs: shell, name, hello
Developed by:Andrzej Adamczyk
Kernel:Mini
Task Model:RoundRobin
Platform(s):x86_64
Language(s):assembly
Website:Wataha.net

Simple multi-tasking (RoundRobin) x86-64 mini-kernel written in assembly language. Name of operating system means "pack of" eg. wolfs/boars/lycaons. Kernel name: Cyjon (eng. Dhole).

History

[a lot of help from a translator, I understand everything, but I can not keep writing as well] I started to consider about creating my own operating system since 2005. Just to know how the CPU works. My adventure begun with the 8-bit microcomputer processor 6502/10 and its BASIC with his magical eg. "10 SYS 4096" (that time I knew nothing about assembly language, and access to information was difficult for me [1993]). The design of the kernel with software I started writing at the beginning of 2013.

Kernel

In few words: RoundRobin, x86_64, PIC, PIT, IRQ0, IRQ1, INT40, Multitasking, IPC