The new 32-bit kernel using GRUB.
At the latest moment this kernel has:
- VGA text driver
- PIT timer
- ATA disk support (in progress)
- FAT32 support (in progress)
- Standard chipset driver
- PCI support
First of all you need to clone the repository:
git clone https://github.com/Michael78Bugaev/aster.git
After that, go to the Aster folder and run
make
To clear all temp *.o and *.asmo files, run
make clean
Warning: the Aster kernel will run on QEMU, you need to add ATA disk to work with him.