1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-05 22:54:55 +00:00
serenity/AK
Andreas Kling fe237ee215 Lots of hacking:
- Turn Keyboard into a CharacterDevice (85,1) at /dev/keyboard.
- Implement MM::unmapRegionsForTask() and MM::unmapRegion()
- Save SS correctly on interrupt.
- Add a simple Spawn syscall for launching another process.
- Move a bunch of IO syscall debug output behind DEBUG_IO.
- Have ASSERT do a "cli" immediately when failing.
  This makes the output look proper every time.
- Implement a bunch of syscalls in LibC.
- Add a simple shell ("sh"). All it can do now is read a line
  of text from /dev/keyboard and then try launching the specified
  executable by calling spawn().

There are definitely bugs in here, but we're moving on forward.
2018-10-23 10:12:50 +02:00
..
.gitignore Run without SimpleMalloc locally for now. 2018-10-10 15:11:43 +02:00
Assertions.h Import very modest Userland. 2018-10-22 14:06:22 +02:00
Bitmap.h Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
Buffer.h Integrate ext2 from VFS into Kernel. 2018-10-17 10:57:23 +02:00
ByteBuffer.h Reduce dependence on STL. 2018-10-16 12:11:27 +02:00
CircularQueue.h Lots of hacking: 2018-10-23 10:12:50 +02:00
DoublyLinkedList.h Integrate ext2 from VFS into Kernel. 2018-10-17 10:57:23 +02:00
Function.h Launching an arbitrary ELF executable from disk works! :^) 2018-10-22 15:43:02 +02:00
HashMap.h Integrate ext2 from VFS into Kernel. 2018-10-17 10:57:23 +02:00
HashTable.h Integrate ext2 from VFS into Kernel. 2018-10-17 10:57:23 +02:00
kmalloc.cpp Integrate ext2 from VFS into Kernel. 2018-10-17 10:57:23 +02:00
kmalloc.h Import very modest Userland. 2018-10-22 14:06:22 +02:00
kstdio.h Import very modest Userland. 2018-10-22 14:06:22 +02:00
ktime.h Import very modest Userland. 2018-10-22 14:06:22 +02:00
Makefile Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
MappedFile.cpp Start fixing up AK to work inside the kernel. 2018-10-16 13:59:28 +02:00
MappedFile.h Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
OwnPtr.h Merge some features from gerbert into OwnPtr and RetainPtr. 2018-10-16 12:21:06 +02:00
Retainable.h Start fixing up AK to work inside the kernel. 2018-10-16 13:59:28 +02:00
RetainPtr.h Merge some features from gerbert into OwnPtr and RetainPtr. 2018-10-16 12:21:06 +02:00
SimpleMalloc.cpp Start fixing up AK to work inside the kernel. 2018-10-16 13:59:28 +02:00
SimpleMalloc.h Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
SinglyLinkedList.h Make SinglyLinkedList destruction actually work. 2018-10-13 14:29:00 +02:00
StdLib.h Import very modest Userland. 2018-10-22 14:06:22 +02:00
String.cpp Integrate ext2 from VFS into Kernel. 2018-10-17 10:57:23 +02:00
String.h Integrate ext2 from VFS into Kernel. 2018-10-17 10:57:23 +02:00
StringBuilder.cpp Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
StringBuilder.h Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
StringImpl.cpp Add a CircularQueue template class to AK. 2018-10-22 22:46:02 +02:00
StringImpl.h Oops, StringImpl's "the empty string" global was not always initialized. 2018-10-22 13:10:08 +02:00
TemporaryFile.cpp Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
TemporaryFile.h Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
test.cpp Add a CircularQueue template class to AK. 2018-10-22 22:46:02 +02:00
Traits.h Integrate ext2 from VFS into Kernel. 2018-10-17 10:57:23 +02:00
Types.h Import very modest Userland. 2018-10-22 14:06:22 +02:00
Vector.h Integrate ext2 from VFS into Kernel. 2018-10-17 10:57:23 +02:00
Weakable.h Start using WeakPtr for some of the WindowManager window pointers. 2018-10-13 17:00:45 +02:00
WeakPtr.h Start using WeakPtr for some of the WindowManager window pointers. 2018-10-13 17:00:45 +02:00