User:Akasei: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
Content deleted Content added
No edit summary
Line 12: Line 12:
|language=assembly
|language=assembly


|website=[http://wataha.net Wataha.net]
|website=[http://wataha.net/?locale=en_US Wataha.net]
}}
}}



Revision as of 20:15, 30 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