Name | Modified | Size | Downloads / Week |
---|---|---|---|
README | 2014-09-09 | 717 Bytes | |
L-OS.1.05b.tar.gz | 2014-09-09 | 353.0 kB | |
L-OS.1.05.tar.gz | 2011-08-07 | 358.1 kB | |
L-OS.1.0.tar.gz | 2011-02-04 | 348.8 kB | |
Totals: 4 Items | 1.1 MB | 0 |
L-OS 1.0 Alpha Release The L-OS project is a private study project for learning 8086 assembly, firmware programming (graphics card, disks, keyboard, etc.) and to show off some computer graphics skills. It does pretty much nothing useful and is nearly impossible to alter without breaking. The project's code is not intented to be very modular, easy to alter or understand but only to be as fast as possible - why program in assembly, yet make the program slow as if using C/C++! Thus many times procedure parameters are passed in registers instead of the stack. This makes the code really hard to maintain and easily leads to inefficiencies. All in all, relax and try to find something useful out of this. GLHF!