|
|
1.1 root 1: ////////
2: /
3: / Get cs selector - return 0 if in kernel, CS if not in kernel.
4: /
5: / This version is for loadable drivers.
6: / There is a different version (cs_sel.s) for resident drivers.
7: /
8: / int cs_sel();
9: /
10: ////////
11:
12: .globl cs_sel_
13: cs_sel_:
14: mov ax, cs
15: ret
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.