xaerru / AhnTri

Super-simple OS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AhnTriLogo

AhnTri OS

forthebadge

Getting some Stargazer's Languages: https://forms.gle/GcfstgAjpzB3h9JP7

The name AhnTri came from my last name Ahn.

Ahn is a Korean Last name. It's not chinese, don't mail or redditchat me in chinese. I can't understand them. https://en.wikipedia.org/wiki/Ahn_(Korean_surname)#Gwangju_Clan

Recommend Ventoy for USB.

Announcement from Core developer Jihwan Ahn(2021-Q2)

The test had ended. Now I aam free. https://www.reddit.com/r/osdev/comments/oapp4z/how_to_make_the_frambuffer/?utm_medium=android_app&utm_source=share Do You know to make a framebuffer? Please answer.

What this project is all 'bout

This is for

  • People who don't want to trash thier old PC but has an useless USB
  • People who loved TUI from 80/90/00
  • People who just want to try out any OS
  • People who are AhnTri fans
  • People who are AhnTri Stargazers
  • Contributers(Owners of copyright)
  • Special Thankers

Current status

  • Text mode
  • Descripter Tables(GDT, IDT)
  • Apps as file(.o)
  • ISRs
  • Change to graphics instead of text mode - framebuffer
  • IRQs
  • Programmable Interval Timer
  • Paging
  • ATA drivers and stuff
  • Filesystem

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

Screenshot of 1.2.3 Screenshot of 1.2.3 Screenshot of 1.2.3 Screenshot of 1.2.3

The UI now looks like the 8090 TUI.

  • And other modern-like UI apps.

About

Super-simple OS

License:Apache License 2.0


Languages

Language:C 92.4%Language:Assembly 3.9%Language:Makefile 3.6%