|
474d20c690
|
x86-64: differentiate kernel gs and user gs
|
2023-08-03 10:14:42 +03:00 |
|
|
2b4f6bbdc3
|
x86-64: force correct %rsp alignment on exc entry
|
2023-08-03 10:05:41 +03:00 |
|
|
b8e7783da3
|
x86-64: fix %rcx getting clobbered in gdt init
|
2023-08-03 09:59:02 +03:00 |
|
|
67d8f269ad
|
proc: merge TaskContextImpl trait
|
2023-08-02 20:53:14 +03:00 |
|
|
da91126293
|
***: fix all warnings and clippy stuff
|
2023-08-02 20:43:21 +03:00 |
|
|
c9af9b143a
|
x86-64: single-processor userspace multitasking
|
2023-08-02 19:53:54 +03:00 |
|
|
a9b9c71e47
|
x86-64: ring0/ring3 tasks + syscall
|
2023-08-01 18:05:10 +03:00 |
|
|
3a795f0229
|
x86-64: implement Local+I/O APICs and PS/2 kbd
|
2023-08-01 11:09:56 +03:00 |
|
|
aec161bc47
|
x86_64: physical memory init
|
2023-07-30 16:40:30 +03:00 |
|
|
47f920addf
|
x86_64: cleanup linear fb code a bit
|
2023-07-29 21:11:15 +03:00 |
|
|
48d12c9e77
|
x86_64: get some text on the screen
|
2023-07-29 19:31:56 +03:00 |
|
|
e2381ee25a
|
x86_64: initial booting capability
|
2023-07-28 14:26:39 +03:00 |
|
|
acfb360e07
|
Initial commit
|
2023-07-28 00:22:27 +03:00 |
|
|
86832155ec
|
Better runtime support for signals
|
2023-07-27 16:26:45 +03:00 |
|
|
4225806394
|
init: add some initialization stuff
|
2023-07-27 16:25:26 +03:00 |
|
|
7fa347aa20
|
proc: better signal handling
|
2023-07-27 16:24:52 +03:00 |
|
|
15cbcf3d1f
|
Better signals + process management
|
2023-07-27 16:10:01 +03:00 |
|
|
61ca72e3f1
|
Fix doc string
|
2023-07-25 17:48:55 +03:00 |
|
|
1a197462e3
|
proc: add CurrentProcess safety wrapper
|
2023-07-25 17:48:26 +03:00 |
|
|
40e00d1a09
|
proc: More extensive user pointer validation
|
2023-07-25 17:28:02 +03:00 |
|
|
3b324df403
|
proc: implement exc/async signals
|
2023-07-25 16:47:00 +03:00 |
|
|
553074ec49
|
Split signals into exceptions and async signals
|
2023-07-25 16:46:48 +03:00 |
|
|
9bf3840376
|
Add ABI structs for signals
|
2023-07-25 16:15:09 +03:00 |
|
|
fb4586c48f
|
Add signal facilities
|
2023-07-25 16:15:00 +03:00 |
|
|
91a4a93569
|
Spawn, WaitProcess syscalls
|
2023-07-25 10:49:26 +03:00 |
|
|
b31e066590
|
proc: WaitProcess + Spawn
|
2023-07-25 10:49:11 +03:00 |
|
|
e0774b4d39
|
Add process stuff
|
2023-07-25 10:49:00 +03:00 |
|
|
461bfb2791
|
fs: implement Seek syscall
|
2023-07-22 18:27:40 +03:00 |
|
|
a3456a5b99
|
Implement stubs for directory/fs system calls
|
2023-07-22 17:36:39 +03:00 |
|
|
d371dabecd
|
Add FileAttr
|
2023-07-22 16:21:58 +03:00 |
|
|
ba3819ee8e
|
fs: implement GetMetadata, CreateDirectory, Remove
|
2023-07-22 16:21:31 +03:00 |
|
|
8642556b33
|
***: fix warnings in check/clippy
|
2023-07-22 00:45:14 +03:00 |
|
|
9cb3b744f7
|
init: read_dir test
|
2023-07-22 00:40:03 +03:00 |
|
|
34f1c2ccf7
|
Support for Read/OpenDirectory
|
2023-07-22 00:39:50 +03:00 |
|
|
867edf7748
|
***: fix incorrect tlbi + add Read/OpenDirectory
|
2023-07-22 00:39:08 +03:00 |
|
|
64233db3df
|
fs: implement in-memory writable filesystem
|
2023-07-21 17:09:43 +03:00 |
|
|
be61a30034
|
init: cleanup
|
2023-07-20 18:52:22 +03:00 |
|
|
6b2350f266
|
Fix clippy warnings
|
2023-07-20 18:52:11 +03:00 |
|
|
69a413f6bb
|
***: fix clippy and check warnings
|
2023-07-20 18:51:56 +03:00 |
|
|
4eb8faae84
|
init: add test std*** setup
|
2023-07-20 18:14:48 +03:00 |
|
|
9e0555f7a3
|
proc: /init is responsible for setting up std***
|
2023-07-20 18:14:30 +03:00 |
|
|
a6e8663ab7
|
Add STDIN file number
|
2023-07-20 18:13:47 +03:00 |
|
|
98c4e9152e
|
proc: implement basic line discipline
|
2023-07-20 16:19:23 +03:00 |
|
|
091cc35730
|
Add const-default impls to Terminal structs
|
2023-07-20 16:19:07 +03:00 |
|
|
84de8cc141
|
Cleanup OpenOptions
|
2023-07-20 15:41:17 +03:00 |
|
|
284220e8ab
|
Clean up OpenOptions
|
2023-07-20 15:41:00 +03:00 |
|
|
d3e3d3add8
|
proc: reimplement OpenOptions
|
2023-07-20 15:40:49 +03:00 |
|
|
0bdc30afdc
|
proc: update ABI dependency crate
|
2023-07-20 12:38:58 +03:00 |
|
|
21c610c1a0
|
Enforce documentation for ABI crate
|
2023-07-20 12:38:38 +03:00 |
|
|
84f645fd0c
|
Implement mount/unmount system calls
|
2023-07-20 12:37:57 +03:00 |
|