User:Akasei: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
Content deleted Content added
No edit summary
Line 23: Line 23:
== Kernel ==
== Kernel ==


In few words: 64 bit only, ACPI, RSDT, MADT, LAPIC, I/O APIC, AP, SMP, RoundRobin, RTC, INT40, IPC, VFS, i82540EM (Ethernet, ARP, IP/ICMP), Serial COM1 (debug only).
In few words: RoundRobin, x86_64, PIC, PIT, IRQ0, IRQ1, INT40, Multitasking, IPC

Revision as of 21:35, 2 July 2019


Wataha.net

Developed by:Andrzej Adamczyk
Kernel:Monolithic
Task Model:RoundRobin
Platform(s):x86_64
Language(s):assembly
Website:Wataha.net

Simple multitasking x86-64 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: 64 bit only, ACPI, RSDT, MADT, LAPIC, I/O APIC, AP, SMP, RoundRobin, RTC, INT40, IPC, VFS, i82540EM (Ethernet, ARP, IP/ICMP), Serial COM1 (debug only).