Changeset f651e80 in mainline for kernel/genarch/src/drivers/ega/ega.c
- Timestamp:
- 2009-01-08T12:07:38Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7447572
- Parents:
- c571f42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/src/drivers/ega/ega.c
rc571f42 rf651e80 79 79 backbuf = (uint8_t *) malloc(SCREEN * 2, 0); 80 80 if (!backbuf) 81 panic("Unable to allocate backbuffer. \n");81 panic("Unable to allocate backbuffer."); 82 82 83 83 videoram = (uint8_t *) hw_map(videoram_phys, SCREEN * 2);
Note:
See TracChangeset
for help on using the changeset viewer.