Skip to content

adiOS is a simple Operating System kernel, written on C and Assembly x86-64

Notifications You must be signed in to change notification settings

georghegel/adiOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adiOS

adiOS

Attractive Digital Interface Operating System

adiOS is a simple Operating System kernel, written on C and Assembly x86-64.

Translate it via nasm to bin file:

nasm boot_sect.asm -f bin -o boot_sect.bin

Launch kernel on qemu emulator (tested on macOS, for other OS' command should differ):

qemu-system-x86_64 boot_sect.bin --nographic

About

adiOS is a simple Operating System kernel, written on C and Assembly x86-64

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published