Skip to content

Operating System from Scratch project #1 (Stuck at IDT configuration)

Notifications You must be signed in to change notification settings

alvanrahimli/dream-os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dream-os

Operating System from Scratch project #1 (Stuck at IDT configuration)


This is not much, but also not honest work. I was following along the os-dev book

It was first time of me writing operating system, so this is kind of spaghetti code.

What I wrote:

  • Bootloader

    • print / printhex
    • disk read/write
    • protected mode & gdt
  • Screen driver for text based interface

  • Incomplete C stdlib

    • print / println
    • clear screen
    • scroll functionality
    • memset / memcopy
    • IO bus byte read/write funcs

About

Operating System from Scratch project #1 (Stuck at IDT configuration)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published