about summary refs log tree commit diff stats
path: root/kernel.soso/process.h
Commit message (Collapse)AuthorAgeFilesLines
* 5693Kartik Agaram2019-09-271-0/+3
| | | | Undo previous commit.
* 5692 - attempt at never leaving kernel modeKartik Agaram2019-09-271-3/+0
| | | | Doesn't work. Kernel gets kicked back to the Grub prompt(!)
* 5656Kartik Agaram2019-09-141-12/+6
| | | | Consistent style for curlies.
* 5650 - support a second OS: sosoKartik Agaram2019-09-141-0/+138
https://github.com/ozkl/soso + Much smaller than Linux; builds instantly + Supports graphics - No network support - Doesn't work on a cloud server (yet?)
_success to server_events' href='/danisanti/profani-tty/commit/src/server_events.h?id=da03617e8becf41242495f7b1ce2ecbd9d1667ca'>da03617e ^
42fd1fb1 ^

460a42c7 ^

b14d5707 ^
95a2cec9 ^
d083a540 ^

a54518f2 ^




7584ddaa ^
a54518f2 ^



2c15aba9 ^
25b04537 ^

2026ab4b ^




965f048b ^



ac7bc02c ^
c3ad3c0b ^
9ba5a576 ^


c16871d1 ^



13f0166a ^
4bcd766d ^




64521eb1 ^
d6a4af99 ^
4bcd766d ^
d12534c5 ^




78a1556f ^


b8672d70 ^




db973457 ^
16de2679 ^
5afb296e ^

12666b41 ^

bf185d99 ^
4ba33cb1 ^
8f08c7a2 ^
5e1023df ^
41a06927 ^
d2a06ab1 ^

ea511f8f ^
67755ca7 ^

ea511f8f ^
77674beb ^

4e429fe7 ^

9d9ffb08 ^
87cdbe01 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125