Skip to content

LilCloudCoder/kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A tiny hobby kernel written by me.

what it does:

  • Boots on qemu and displays "Kernel Booted Successfully!" on the screen.
  • A simple VGA text mode driver to print text to the screen.

Build Requirements

  • x86_64-elf-gcc (cross-compiler)
  • nasm
  • qemu-system-x86_64
  • make

Building and Running

  1. Clone the repository:
    git clone https://lilcloudcoder/kernel.git
    cd kernel
  2. Build the kernel:
    make
  3. Run the kernel in QEMU:
    make run

It was made on MacBook m2 air with macOS Tahoe 26 beta 3

About

My frist kernel (hobby proj)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published