Skip to content

fantomphreaker/Electric_OS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

159 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electric_OS

A simple operating system inspired by whetever will work.

About

Boot Loader: GNU-EFI
Arch: x86_64

Main Goal:
To create a simple and completely useless operating system, because i can.

Build instructions

Use the make all command to compile the OS.

You can also use the make run command or the "run.bat" file to run the OS in qemu.
If your insane enough to try and run on it real hardware simply flash the .img file in the bin directory to a USB.

Next steps

Fix shutdown general protection fault.
Add more GUI objects?
Write more comments.
Create own stack in the kernel.
Implement "taskbar/dock".
Implement Tetris.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 72.7%
  • C++ 18.4%
  • Assembly 6.2%
  • Makefile 2.6%
  • Other 0.1%