Kernel resides in Experimental Edition dir. Custom C Library for user programs in LibC including a test program
The ZIP File contains these two files:
-
hdd.img
Hard Disk Image with both, kernel and grub built in, as well as AFS filesystem also made.
-
HDD_Template.img
Template image with only Kernel and grub built in. Use when hdd.img corrupts. Copy it and rename it as 'hdd.img' Extract hdd.img and put in same folder in order to run the OS.
...The OS -> cd "Experimental Edition" make ...The LibC -> cd LibC make => This would generate a crt0 file (For now crt0, crti etc all functionality is within this, sorry laziness :p ) => Then Compile your test program against this library (crt0.o) and Transfer it to virtual hard disk (hdd.img) using the AqFS Editor (Check my other repository). => Simply type 'elfload ' in the Shell.
Qemu_Aqeous.bat file is used to run to Kernel using qemu emulator.
If running first time, type "init aqfs" in Aqeous Command Line to initialize the AQFS Filesystem.
Qemu_Disk_Partitioner.bat is obsolete. test.bat it too outdated.
I know. The whole thing is a bit convoluted. We'll fix it. Just that I (a humble contributor) am currently bust with my exams. They will end by April, after which the pace should increase