Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny C + ASM Kernel (Multiboot)

Small 32-bit kernel built with NASM + GCC and booted by GRUB.

Build

Requirements:

  • gcc (with multilib)
  • nasm
  • grub-mkrescue
  • qemu-system-i386
make
make run

Output

  • build/kernel.elf
  • dist/os.iso

About

Small 32-bit C + ASM kernel booted by GRUB. Minimal VGA text output and clean build

Resources

Stars

7 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages