InsaneMiner / Lisse

Very Very simple OS written in c.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lisse

Very simple command line Operating System.
Feel free to commit some code.
This os does not support UEFI mode only legacy.
Sorry about the messy code.

How to run:

  • qemu-system-i386 -cdrom Lisse.iso
  • OR
  • burn to disc

Commands

  • clear

How to compile

  • run the file build.sh

What you will need

  • gcc
  • ld
  • grub-mkrescue
  • nasm

Features

  • one command
  • x86
  • keyboard
  • interrupts

About

Very Very simple OS written in c.


Languages

Language:C 82.1%Language:Assembly 11.4%Language:Makefile 6.5%