Advertisement
iocoder

FAQ

Sep 5th, 2013
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. FREQUENTLY ASKED QUESTIONS
  2. ----------------------------
  3.  
  4. - Q: What is Quafios?
  5. A: Quafios is a simple operating system written from scratch to help
  6. people who want to learn about operating system design.
  7.  
  8. - Q: Is Quafios free software?
  9. A: Yes. Quafios is free and open-source. It is licensed under GNU GPL.
  10.  
  11. - Q: How can this project help learners?
  12. A: Learners can use Quafios as a case study during their leanrning process.
  13. The documentation shows how Quafios is designed, written and built. The
  14. source code is also very clear and readable.
  15.  
  16. - Q: Does Quafios support a GUI?
  17. A: Quafios is not written to be a fancy GUI OS. The target of Quafios is
  18. described above. Therefore, the focus is put on necessary components,
  19. like the kernel and API. However, it is planned to support a simple GUI
  20. system by next releases of Quafios.
  21.  
  22. - Q: Does Quafios uses stuff from linux?
  23. A: No. Quafios is written from scratch. Quafios is not GNU/Linux. LIKE ANY
  24. OPERATING SYSTEM, Quafios has "ideas" from various systems (including
  25. UNIX systems, Linux, Minix, and DOS). Quafios also has its own ideas
  26. and rules, that's why it is not a UNIX-like system.
  27.  
  28. - Q: Man, your English is lousy!
  29. A: Yeah, I know... and I'm working on it. And by the way, this "Q:" is not
  30. a question, since it doesn't end with a question mark. But anyway, since
  31. I write both questions and answers... Oh boy, I am really stupid.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement