moros/src/api
Vincent Ollivier d22c504726
Improve system information (#553)
* Add socket command to manual

* Update syscall doc

* Update copyright year in help command

* Fix lisp include

* Fix error styling in shell

* Use uppercase hex

* Update website

* Move some CSI color positions

* Update line-height
2023-12-01 16:51:02 +01:00
..
vga Add light palette (#480) 2023-04-16 15:38:05 +02:00
allocator.rs Add basic userspace shell (#548) 2023-11-21 09:26:19 +01:00
clock.rs Run clippy (#424) 2022-10-28 09:56:04 +02:00
console.rs Fix various issues while reading files (#307) 2022-01-25 21:42:21 +01:00
font.rs Move kernel code to api (#204) 2021-07-16 10:19:18 +02:00
fs.rs Add network syscalls (#512) 2023-07-29 16:24:45 +02:00
io.rs Improve UTF-8 support (#267) 2021-11-06 10:31:14 +01:00
mod.rs Add basic userspace allocator (#544) 2023-11-20 20:44:05 +01:00
process.rs Exit from alloc errors after page fault in userspace (#404) 2022-09-03 15:36:53 +02:00
prompt.rs Improve shell autocompletion (#448) 2022-12-02 00:06:48 +01:00
random.rs Add 2048 game (#295) 2022-01-01 18:06:22 +01:00
regex.rs Add shell variables (#348) 2022-06-08 20:51:02 +02:00
syscall.rs Improve system information (#553) 2023-12-01 16:51:02 +01:00
time.rs Improve HTTP server (#391) 2022-08-25 08:42:35 +02:00
unit.rs Add size unit options to commands (#434) 2022-11-11 10:41:29 +01:00