Skip to content

huangguiyang/hos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

A minimal kernel demo with following features:

  • x86_64
  • APIC (Advanced Programmable Interrupt Controller)
  • SMP support
  • Self-contained (no other dependencies)

HOWTO

  1. Run command 'make'.
  2. Insert the 'floppy.img' to a virtual machine software and boot!

Run in QEMU

qemu-system-x86_64 -m 256 -fda floppy.img --smp cores=4,threads=2

Screenshot

License

GPL.

About

A minimal kernel for x86-64 with SMP support.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published