* The logging system sends the message to both VGA and serial * The serial print uses color to indicate the category of the message Message Categories | Colours Debug Green Info Blue Error Red
Writing an Operating system
As a learning experience!
Inspired by people like Linus Torvalds and Andreas Kling
Screenshot(s)
 
   
The first scrolling boot screen. 😲
 
   
W.I.P - Working on interrupt handling
 
 
Multiboot information can be read by the kernel.
 
 
Enabled paging and am getting page faults!
 
 
Correctly identified our ATAPI device 🎉
 
 
Reading a FILE from a FAT-16 Formatted drive
The goal
Writing a hobby operating system to better understand the basic building blocks of any operating system.Initially I'd like for my operating system to be able to run bash.
Operating System Technical specs/details
The operating system can print strings to the screen. The terminal/screen has scrolling so the latest messages are visible on the screen.
Planning
Docs
Intro 
Manuals 
Project structure
Resources:
General kernel stuff
Modern Operating Systems [book]
More specific stuff
Description
				
					Languages
				
				
								
								
									C++
								
								61.2%
							
						
							
								
								
									C
								
								30.7%
							
						
							
								
								
									Assembly
								
								3.3%
							
						
							
								
								
									Makefile
								
								2.8%
							
						
							
								
								
									Shell
								
								1.7%
							
						
							
								
								
									Other
								
								0.3%
							
						
					
