Rev 1687 |
Compare with Previous |
Directory listing |
View Log
| RSS feed
Last modification
- Rev 1688 — 5903d 13h
- Author: fabio
- Log message:
- Remove the MAIN oslib crazyness.
oslib's annoying will to be flexible was breaking the boot sequence;
instead of following the old behavior and using MAIN to define the
main entry point, use __kernel_init__(), as we'll never need anything
else there.