User:Akasei: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
Content deleted Content added
No edit summary
Line 16: Line 16:
[a lot of help from a translator, I understand everything, but I can not keep writing as well]
[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.
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).

Revision as of 17:37, 27 October 2021


{{{name}}}

Developed by:Akasei
Kernel:Monolithic
Task Model:RoundRobin
Platform(s):x86_64
Language(s):Assembly
Website:Blackend.dev

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.