mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-28 00:06:35 +00:00
dbf8647d59
Added top & right borders to RawDr. Improved spacing in some debug and compiler reporting. Fixed RawPutChar and EdLite tab width. Fixed Ui missing '0x' prefix syntax highlighter bug. Added 32BitPaint demo.
79 lines
3.9 KiB
HTML
Executable file
79 lines
3.9 KiB
HTML
Executable file
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
|
<meta name="generator" content="ZealOS V0.08">
|
|
<style type="text/css">
|
|
body {background-color:#000000;}
|
|
.cF0{color:#ffffff;background-color:#000000;}
|
|
.cF1{color:#3465a4;background-color:#000000;}
|
|
.cF2{color:#4e9a06;background-color:#000000;}
|
|
.cF3{color:#06989a;background-color:#000000;}
|
|
.cF4{color:#a24444;background-color:#000000;}
|
|
.cF5{color:#75507b;background-color:#000000;}
|
|
.cF6{color:#ce982f;background-color:#000000;}
|
|
.cF7{color:#bcc0b9;background-color:#000000;}
|
|
.cF8{color:#555753;background-color:#000000;}
|
|
.cF9{color:#729fcf;background-color:#000000;}
|
|
.cFA{color:#82bc49;background-color:#000000;}
|
|
.cFB{color:#34e2e2;background-color:#000000;}
|
|
.cFC{color:#ac3535;background-color:#000000;}
|
|
.cFD{color:#ad7fa8;background-color:#000000;}
|
|
.cFE{color:#fce94f;background-color:#000000;}
|
|
.cFF{color:#000000;background-color:#000000;}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<pre style="font-family:monospace;font-size:12pt">
|
|
<a name="l1"></a><span class=cF5> Frequently Asked Queuestions</span><span class=cF0>
|
|
<a name="l2"></a></span><span class=cF5>
|
|
<a name="l3"></a><u>+] How come it is public domain, not GPL?
|
|
<a name="l4"></a>+] Shouldn't it be GNU/ZealOS?
|
|
<a name="l5"></a>+] Don't you use GNU's gcc?
|
|
<a name="l6"></a>+] Why do you dual boot?
|
|
<a name="l7"></a>+] It has links, so is it a browser?
|
|
<a name="l8"></a>+] Where are the animated 3D icon GIFs?
|
|
<a name="l9"></a>+] If the compiler is JIT, isn't it an interpretor?
|
|
<a name="l10"></a>+] Is 'Bt()' in the code Bit Torrent?
|
|
<a name="l11"></a>+] Is 'Fs->' in the code file system?
|
|
<a name="l12"></a>+] Is it Pascal?
|
|
<a name="l13"></a>+] Why doesn't Sleep() make my laptop hibernate?
|
|
<a name="l14"></a>+] What is Yield() for in loops?
|
|
<a name="l15"></a>+] What is JIT Compiled Mode?
|
|
<a name="l16"></a>+] Is it open source? How do I build it?
|
|
<a name="l17"></a>+] Where are object files? How do I link?
|
|
<a name="l18"></a>+] What is the FPS refresh rate?
|
|
<a name="l19"></a>+] How does a task own the speaker?
|
|
<a name="l20"></a>+] Why does it leak memory?
|
|
<a name="l21"></a>+] Why do I get a memory leak when editing big files?
|
|
<a name="l22"></a>+] Why is it in text mode?
|
|
<a name="l23"></a>+] Where is the kernel memory?
|
|
<a name="l24"></a>+] Why does it run code from stack addresses?
|
|
<a name="l25"></a>+] How does it SYSCALL?
|
|
<a name="l26"></a>+] How do you fault-in stack?
|
|
<a name="l27"></a>+] How do I set the PATH?
|
|
<a name="l28"></a>+] How do I boot it with Grub?
|
|
<a name="l29"></a>+] How do I get Kernel.BIN to boot?
|
|
<a name="l30"></a>+] Why is there some 16-Bit code?
|
|
<a name="l31"></a>+] Why are you pushing 32-bit values on the stack?
|
|
<a name="l32"></a>+] Why are you using 32-bit insts and not setting high 32-bits?
|
|
<a name="l33"></a>+] How do you use the FS and GS segment registers.
|
|
<a name="l34"></a>+] How do I set ORG for position of code?
|
|
<a name="l35"></a>+] How are symbols loaded?
|
|
<a name="l36"></a>+] Why doesn't assert work?
|
|
<a name="l37"></a>+] Why doesn't C++ public work?
|
|
<a name="l38"></a>+] How does the debugger do source debugging?
|
|
<a name="l39"></a>+] What is ASCII 5 doing in my text files?
|
|
<a name="l40"></a>+] Why is there garbage at the end of my text files?
|
|
<a name="l41"></a>+] Why are sprites so small?
|
|
<a name="l42"></a>+] Why don't I need to recompile /System and /Home files?
|
|
<a name="l43"></a>+] Why does it finds files that aren't there?</span><span class=cF0>
|
|
<a name="l44"></a>
|
|
<a name="l45"></a></span><span class=cF8>
|
|
<a name="l46"></a></u>* "Windows" is a trademark owned by MicroSoft Corp.
|
|
<a name="l47"></a>* "Linux" is a trademark owned by Linus Torvalds.
|
|
<a name="l48"></a>* "QEMU" is a trademark owned by Fabrice Bellard.
|
|
<a name="l49"></a>* "VMware" is a trademark owned by VMware, Inc.
|
|
<a name="l50"></a>* "VirtualBox" is a trademark owned by Oracle.
|
|
<a name="l51"></a></span></pre></body>
|
|
</html>
|