Skip to content

amistix/TyshariOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OS?

It is my first attempt to create OS without any knowledge in that sphere:)

How to check it out?

Download TyshariOS:

git clone https://github.com/amistix/TyshariOS.git ; cd TyshariOS

Install requared tools

🧰 Requirements

You need a full cross-compilation toolchain for x86_64-elf:

  • x86_64-elf-gcc (compiler)
  • x86_64-elf-ld (linker)
  • x86_64-elf-as (assembler, usually included)
  • nasm (for .asm files)
  • grub-mkrescue (for ISO creation)
  • qemu (to run the OS)
  • make

Build OS:

make build-x86_64

Afterwards, you'll get your iso file here: dist/kernel.iso. To launch it just use qemu:

qemu-system-x86_64 -cdrom dist/x86_64/kernel.iso

About

Simple OS with no features by now

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published