Go to file
Andreas Kling 52c19136f2 Give the shell a nice, colorful prompt.
The cwd looks like crap, I need to write some code to strip out ".."
and extra slashes from the path string.
2018-10-28 01:08:01 +02:00
AK Implement 'H' and 'J' escape sequences. 2018-10-27 23:42:20 +02:00
ELFLoader Implement loading of linked ELF executables. 2018-10-27 14:56:52 +02:00
Kernel Add basic support for ANSI color escape sequences. 2018-10-28 00:56:19 +02:00
LibC Add some basic field width support to printf(). 2018-10-27 16:43:03 +02:00
Userland Give the shell a nice, colorful prompt. 2018-10-28 01:08:01 +02:00
VirtualFileSystem Add some basic field width support to printf(). 2018-10-27 16:43:03 +02:00
Widgets Better int hashing. This was going to bite me sooner or later. 2018-10-27 09:33:24 +02:00
.gitignore Add simplified mmap() and munmap() syscalls. 2018-10-24 09:48:41 +02:00
Banner.txt Add a cool banner. 2018-10-10 13:18:46 +02:00