Skip to content

debater-coder/bench2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bench

System Structure

On boot, the InitGopBufferLogger driver is loaded. This driver does not require the heap allocator to be initialised. It is a standalone driver which does not rely on DeviceManager. After memory::init() is called, DeviceManager is called and initialises the IDT, and loads the APIC driver. The APIC driver initialises the ISA driver and the PCI driver which discover devices connected via their respective buses.

Acknowledgement

This operating system uses the tutorials at https://os.phil-opp.com/ as a base.

About

A testbench for ideas related to Operating Systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages