Skip to content
/ Arc Public

A hobby operating system written in C, targeting the x86_64 architecture.

Notifications You must be signed in to change notification settings

procub3r/Arc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arc

I am developing this operating system as I explore the amazing world of osdev.

Status

Interrupts implementation complete:

  • Installing ISRs
  • Loading IDT
  • Handling interrupts

Note

This is the main branch, and this is where you will find the latest stable commit that should build without any errors.
Checkout the dev branch for the latest updates!

Build

  • Clone this repository with the --recurse-submodules flag to initialize and update the limine submodule.
  • $ make run to build the iso and launch qemu!

About

A hobby operating system written in C, targeting the x86_64 architecture.

Resources

Stars

Watchers

Forks