- Timestamp:
- 2006-06-02T00:26:44Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 10569b1
- Parents:
- 46bd593f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fb/main.c
r46bd593f rdf688cd 34 34 #include "fb.h" 35 35 #include "sysio.h" 36 #include "ega.h" 36 37 37 38 int main(int argc, char *argv[]) … … 43 44 if (fb_init() == 0) 44 45 initialized = 1; 46 } else if (sysinfo_value("fb.kind") == 2) { 47 if (ega_init() == 0) 48 initialized = 1; 45 49 } 50 46 51 if (!initialized) 47 52 sysio_init();
Note:
See TracChangeset
for help on using the changeset viewer.