Changeset 14b2ac7 in mainline
- Timestamp:
- 2024-08-21T20:03:05Z (3 months ago)
- Branches:
- master
- Children:
- 5b110a9
- Parents:
- f8cb1bc5
- git-author:
- Martin Decky <martin@…> (2024-08-21 19:59:02)
- git-committer:
- Martin Decky <martin@…> (2024-08-21 20:03:05)
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
README.md
rf8cb1bc5 r14b2ac7 10 10 extensible, fault tolerant and easy to understand. 11 11 12 ![screenshot](http ://www.helenos.org/raw-attachment/wiki/Screenshots/gui-14.1-aio.png "Screenshot")12 ![screenshot](https://www.helenos.org/raw-attachment/wiki/Screenshots/gui-14.1-aio.png "Screenshot") 13 13 14 14 HelenOS aims to be compatible with the C11 and C++14 standards, but does not … … 19 19 incurred by them. 20 20 21 * [Website](http ://helenos.org)22 * [Wiki](http ://helenos.org/wiki)23 * [Tickets](http ://www.helenos.org/report/1)24 * [How to contribute](http ://www.helenos.org/wiki/HowToContribute)21 * [Website](https://helenos.org) 22 * [Wiki](https://helenos.org/wiki) 23 * [Tickets](https://www.helenos.org/report/1) 24 * [How to contribute](https://www.helenos.org/wiki/HowToContribute) 25 25 26 26 ## Portability … … 126 126 127 127 For additional information about running HelenOS, see 128 [UsersGuide/RunningInQEMU](http ://www.helenos.org/wiki/UsersGuide/RunningInQEMU) or129 [UsersGuide/RunningInVirtualBox](http ://www.helenos.org/wiki/UsersGuide/RunningInVirtualBox) or128 [UsersGuide/RunningInQEMU](https://www.helenos.org/wiki/UsersGuide/RunningInQEMU) or 129 [UsersGuide/RunningInVirtualBox](https://www.helenos.org/wiki/UsersGuide/RunningInVirtualBox) or 130 130 see the files in tools/conf. 131 131 … … 133 133 134 134 There is a whole section of our wiki devoted to 135 [how to contribute to HelenOS](http ://www.helenos.org/wiki/HowToContribute).135 [how to contribute to HelenOS](https://www.helenos.org/wiki/HowToContribute). 136 136 But to highlight the most important points, you should subscribe to 137 137 our mailing list and if you have an idea for contributing, discuss it -
tools/travis.sh
rf8cb1bc5 r14b2ac7 38 38 # 39 39 # [1] https://travis-ci.org/ 40 # [2] http ://www.helenos.org/wiki/CI40 # [2] https://www.helenos.org/wiki/CI 41 41 # 42 42 -
uspace/app/bdsh/cmds/modules/help/help.c
rf8cb1bc5 r14b2ac7 154 154 "This is but a small glimpse of what you can do with HelenOS. " 155 155 "To learn more please point your browser to the HelenOS User's " 156 "Guide: http ://trac.helenos.org/wiki/UsersGuide\n\n",156 "Guide: https://www.helenos.org/wiki/UsersGuide\n\n", 157 157 ALIGN_LEFT); 158 158 } -
uspace/app/getterm/welcome.c
rf8cb1bc5 r14b2ac7 41 41 { 42 42 printf("Welcome to HelenOS!\n"); 43 printf("http ://www.helenos.org/\n\n");43 printf("https://www.helenos.org/\n\n"); 44 44 printf("Type 'help' [Enter] to see a few survival tips.\n\n"); 45 45 }
Note:
See TracChangeset
for help on using the changeset viewer.