This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-gitlab
/
sortix--sortix
Watch
1
Star
0
Fork
You've already forked sortix--sortix
0
mirror of
https://gitlab.com/sortix/sortix.git
synced
2023-02-13 20:55:38 -05:00
Code
Releases
Activity
4810ccae39
sortix--sortix
/
mkinitrd
/
.gitignore
3 lines
18 B
Text
Raw
Normal View
History
Unescape
Escape
The initrd now uses the mkinitrd format and the kernel now loads it.
2011-08-27 14:07:08 -04:00
mkinitrd
Implemented a new initrd format with better inode support. This enables useful features such as directories, CRC32 checksums, and other useful features. The initrdfs in the kernel is now hooked up against the new API, although the kernel's current limited FS support is a problem for now. To work around that, directories are not supported at runtime, although the internal API understands them wonderfully. This will be fixed when the kernel gets a real VFS.
2012-03-23 14:36:51 -04:00
initrdfs
Copy permalink