Skip to content

rakesh491/AlphaOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

AlphaOS

Build Dependencies

  • gcc cross-compiler
  • gnu xoriiso for building the CD ISO image (The ISO image might compile but not work...I am trying to fix it).

How to build

  • $make = clean-build
  • $make qemu-boot-hdd = boot qemu from hard disk drive
  • $make qemu-boot-cd = boot qemu from CDROM drive

Project Status

  • The project goal is to create and implement a simple Operating system for fun.
  • Right now the bootloader puts the CPU in protected mode and also enables 32-bit paging. The paging is not complete, bootloader sets only one page table. which would be enough for the kernel right now
  • We also have a dummy kernel. which does nothing more than demonstrating the paging.
  • Also I am trying to fix the ISO image which was working earlier.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages