AhnTri icon indicating copy to clipboard operation
AhnTri copied to clipboard

Super-simple 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

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

Current status(AhnTri CCALC)

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

Current status(AhnTri Apps/MSR)

  • [x] AI assistant
  • [x] Dictionary
  • [x] Game
  • [x] Notes
  • [x] OSver
  • [x] CCALC
  • [x] ascii sun art
  • [x] Calander
  • [x] RTC
  • [x] Thermal Control in Advanced Settings
  • [x] 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