mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 19:27:36 +00:00
Kernel+SystemServer: Mount filesystems and start TTYServer in userspace
This commit is contained in:
parent
f95c264f17
commit
6778abb999
3 changed files with 36 additions and 44 deletions
4
Base/etc/fstab
Normal file
4
Base/etc/fstab
Normal file
|
@ -0,0 +1,4 @@
|
|||
/dev/hda / ext2
|
||||
proc /proc proc
|
||||
devpts /dev/pts devpts
|
||||
tmp /tmp tmp
|
Loading…
Add table
Add a link
Reference in a new issue