Find a file
Andreas Kling 7a7956a595 Virtual consoles kinda work!
We now make three VirtualConsoles at boot: tty0, tty1, and tty2.
We launch an instance of /bin/sh in each one.
You switch between them with Alt+1/2/3

How very very cool :^)
2018-10-30 15:33:37 +01:00
AK Add an inode metadata cache to the ext2fs implementation. 2018-10-29 23:45:34 +01:00
ELFLoader Fix broken SpinLock. 2018-10-29 22:04:26 +01:00
Kernel Virtual consoles kinda work! 2018-10-30 15:33:37 +01:00
LibC Virtual consoles kinda work! 2018-10-30 15:33:37 +01:00
Userland Virtual consoles kinda work! 2018-10-30 15:33:37 +01:00
VirtualFileSystem Virtual consoles kinda work! 2018-10-30 15:33:37 +01: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