All Projects → AhnJihwan → AhnTri

AhnJihwan / AhnTri

Licence: Apache-2.0 license
Super-simple OS

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects
assembly
5116 projects

Projects that are alternatives of or similar to AhnTri

Macaron
A sweet hobby made operating system written in C++ for x86 CPUs with GUI
Stars: ✭ 34 (-37.04%)
Mutual labels:  os, osdev, hobby-project, hobby-os
Aqeous
(Inactive, Checkout AvanaOS, Rewrite of this) This is a New Operating System (Kernel right now). Made completely from scratch, We aim to make a complete OS for Learning purpose
Stars: ✭ 23 (-57.41%)
Mutual labels:  os, osdev, i386
moros
MOROS: Obscure Rust Operating System 🦉
Stars: ✭ 508 (+840.74%)
Mutual labels:  os, osdev, hobby-os
kora-kernel
Kernel for my operating system KoraOS
Stars: ✭ 15 (-72.22%)
Mutual labels:  os, osdev, hobby-os
MeetixOS
An hobby OS written in modern C++20 which aims to be Unix-like. Currently based on EvangelionNG, a GhostOS derived kernel
Stars: ✭ 179 (+231.48%)
Mutual labels:  osdev, hobby, hobby-os
duckOS
Yet another hobby x86 UNIX-like operating system written in C and C++. Features a dynamically linked userspace, an in-house c standard library, and more! And yes, it runs DOOM.
Stars: ✭ 250 (+362.96%)
Mutual labels:  os, osdev, hobby-os
KnutOS
An x86_64 hobbyist OS written in C and Assembly
Stars: ✭ 16 (-70.37%)
Mutual labels:  os, osdev, hobby-os
MoonOS
MoonOS (just a kernel atm) is a micro kernel designed for the x86_64 and arm architecure.
Stars: ✭ 82 (+51.85%)
Mutual labels:  os, osdev
Emerald
An operating system written in C
Stars: ✭ 118 (+118.52%)
Mutual labels:  os, osdev
Mos
A hobby operating system developed from scratch
Stars: ✭ 169 (+212.96%)
Mutual labels:  os, osdev
Snowflakeos
"It is very special"
Stars: ✭ 190 (+251.85%)
Mutual labels:  os, osdev
ShawnOS
A Basic x86 Operating System/Kernel
Stars: ✭ 39 (-27.78%)
Mutual labels:  osdev, hobby
Tofita
🍬 All-new kernel for @GreenteaOS
Stars: ✭ 112 (+107.41%)
Mutual labels:  os, osdev
Monkos
an experimental 64-bit operating system
Stars: ✭ 100 (+85.19%)
Mutual labels:  os, osdev
Reactos
A free Windows-compatible Operating System
Stars: ✭ 10,216 (+18818.52%)
Mutual labels:  os, osdev
Cyjon
A simple, clean code, multi-tasking operating system written in pure assembly language for 64-bit processors from the AMD64 family.
Stars: ✭ 184 (+240.74%)
Mutual labels:  os, osdev
Kernel
The Stupid Operating System
Stars: ✭ 217 (+301.85%)
Mutual labels:  os, osdev
Unikraft
Unikraft is an automated system for building specialized POSIX-compliant OSes known as unikernels. (Core repository)
Stars: ✭ 183 (+238.89%)
Mutual labels:  os, osdev
rust os
My hobby operating system microkernel written in Rust
Stars: ✭ 33 (-38.89%)
Mutual labels:  osdev, hobby-project
SEAC
Systeme d'exploitation
Stars: ✭ 22 (-59.26%)
Mutual labels:  os, hobby-os

AhnTriLogo

AhnTri OS

Re-starting RAMFS project...

Needed to be built with Xubuntu 20.04/18.04.

http://mirror.us.leaseweb.net/ubuntu-cdimage/xubuntu/releases/20.04/release/xubuntu-20.04.2.0-desktop-amd64.iso https://cdimage.ubuntu.com/xubuntu/releases/20.04.2/release/xubuntu-20.04.2.0-desktop-amd64.iso https://cdimage.ubuntu.com/xubuntu/releases/18.04/release/xubuntu-18.04.5-desktop-i386.iso

Discord Server

(To be an AhnTrian, please contact me via my reddit r/eric0823ahn1) https://discord.gg/jCzq4YMCMJ

Current status(AhnTri Kernel)

I. Creating a basic Kernel

  • Booting up
  • Keyboard
  • GDT/IDT/IRQ
  • PIT
  • Framebuffer
  • PMM
  • VFS
  • INITRD
  • EXT2 driver
  • ATA driver
  • ACPI

Current status(AhnTri CCALC)

  • Basic calculator functions
  • Powers/Roots
  • Logical Operations
  • Sigma
  • Limit
  • Differentiation
  • Negative Integration
  • Positive Integration
  • sin/cos/tan
  • More maths when I learn them and can program them

Current status(AhnTri Apps/MSR)

  • AI assistant
  • Dictionary
  • Game
  • Notes
  • OSver
  • CCALC
  • ascii sun art
  • Calander
  • RTC
  • Thermal Control in Advanced Settings
  • Eco mode
  • More when I have ideas

Multiboot

In order to be able to run it in your PC, copy and paste the code below.

menuentry "AhnTriOS" {
	multiboot /boot/directory/of/your/os/ATOS1.bin
}

Screenshots

sshot1 sshot2 sshot3 sshot4

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].