Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 1.58 KB

version_info.md

File metadata and controls

59 lines (42 loc) · 1.58 KB

KeblaOS

KeblaOS Icon

Version - 0.8

Architecture : x86_64

Build Date : 08/12/2024

Description : This version just print some bootloader supplied information.

Screenshot 1 screenshot 1

Screenshot 2 screenshot 2

Used Tools Version :

  • Limine Bootloader - 8.6.0
  • x86_64-elf-gcc (GCC) 14.2.0
  • GNU ld (GNU Binutils) 2.43
  • GNU Make 4.3
  • bison (GNU Bison) 3.8.2
  • flex 2.6.4
  • xorriso 1.5.4
  • NASM version 2.15.05
  • GNU gdb (Ubuntu 12.1-0ubuntu1~22.04.2) 12.1
  • [x]
  • QEMU emulator version 6.2.0 (Debian 1:6.2+dfsg-2ubuntu6.24)
  • WSL Ubuntu 22.04.4 LTS

Features : This version have following features :

  • Limine Bootloader
  • VGA Framebuffer Driver
  • stdlib.c included in lib directory
  • string.c includeed in lib directory
  • Global Descriptor Table(GDT)
  • Interrupt Descriptor Table(IDT)
  • PIT Timer
  • Shell
  • Speaker Driver
  • Keyboard Driver
  • Physical Memory Manager(PMM)
  • Kernel Heap(kheap)
  • Paging
  • Process
  • Schedular

src directory is containing source code. build directory is containing generated object file, binary file and iso file. iso_root is required for building image.iso file.

To build and run by QEmu iso make -B.

Downloaded from here.