Changeset aafed15 in mainline for kernel/generic/src/console
- Timestamp:
- 2018-11-10T22:43:35Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5c03bd30, 8e7a9f07
- Parents:
- cc01214
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-11-10 19:23:45)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-11-10 22:43:35)
- Location:
- kernel/generic/src/console
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/console/cmd.c
rcc01214 raafed15 71 71 #include <symtab.h> 72 72 #include <errno.h> 73 #include <stdlib.h> 73 74 74 75 #ifdef CONFIG_TEST -
kernel/generic/src/console/console.c
rcc01214 raafed15 56 56 #include <abi/kio.h> 57 57 #include <mm/frame.h> /* SIZE2FRAMES */ 58 #include < mm/slab.h> /* malloc */58 #include <stdlib.h> /* malloc */ 59 59 60 60 #define KIO_PAGES 8 -
kernel/generic/src/console/kconsole.c
rcc01214 raafed15 58 58 #include <errno.h> 59 59 #include <putchar.h> 60 #include < mm/slab.h>60 #include <stdlib.h> 61 61 62 62 /** Simple kernel console.
Note:
See TracChangeset
for help on using the changeset viewer.
