Posted 27 November 2015 - 02:54 AM
Zed Software Industries presents:
Z-Boot 1.01.000
This software is revolutionary in design, and includes the ability to allow you to install multiple OSes. The technology behind it is simple, and it will be easy for future developers to implement ZedLoader capability into their project.
If you wish to acquire Z-Boot, execute the following:
Changes:
Updated ZedLoader to 1.03.0005
Fixes:
OSes Loading incorrectly (program not found errors)
Incorrect use of global variables (Thanks for the tip, H4X0RZ!)
As with all software, there will be bugs. If you encounter one, please let me know via a PM.
Known Bugs:
To-Do:
Implement OS Loading support from disks
For Developers:
Line 1: OS Name
Line 2: /path/to/operatingsystem/
Line 3: startup file name
Example:
Distribution and modification Policy:
You may do whatever with the code as long as you provide attribution to me, and link them to my original code.
If you have comments or suggestions, leave them below.
Z-Boot 1.01.000
This software is revolutionary in design, and includes the ability to allow you to install multiple OSes. The technology behind it is simple, and it will be easy for future developers to implement ZedLoader capability into their project.
If you wish to acquire Z-Boot, execute the following:
pastebin get iXXH4NfG startup
Changes:
Updated ZedLoader to 1.03.0005
Fixes:
OSes Loading incorrectly (program not found errors)
Incorrect use of global variables (Thanks for the tip, H4X0RZ!)
As with all software, there will be bugs. If you encounter one, please let me know via a PM.
Known Bugs:
Spoiler
program crashes if you select a number higher than the os count (Confirmed Nov 26,2015)To-Do:
Spoiler
Squash Known Bugs (still not done)Implement OS Loading support from disks
For Developers:
Spoiler
The api to get the ZedLoader to recognize your OS is easy. Your OS must be in a folder, and your OS must contain a file named zedinit. The format of the 'zedinit' file is:Line 1: OS Name
Line 2: /path/to/operatingsystem/
Line 3: startup file name
Example:
TestOS
/OSTest/
startup
Other than that, program it normally (unless, that includes overriding the startup file in the very root directory.) A startup file is mandatory too, as Zedloader will invoke it.Distribution and modification Policy:
You may do whatever with the code as long as you provide attribution to me, and link them to my original code.
If you have comments or suggestions, leave them below.
Edited on 30 November 2015 - 01:42 AM