Skip to content

KGKernel1 is an operating system written in C

Notifications You must be signed in to change notification settings

bubski/KGKernel1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kernel commands

  1. echo: echo 'String'
  2. clr
  3. cursorset: cursorset cursorcode
  4. reboot
  5. shutdown
  6. calc

cursorcodes

cursorcode 0: default cursor

cursorcode 1: square cursor

Compiling and emulating the kernel

You can compile the kernel using make command and emulate the kernel using qemu-system-i386 -kernel KGKernel1 command.

About

KGKernel1 is an operating system written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published