Function report |
Source Code:init\do_mounts_rd.c |
Create Date:2022-07-28 13:58:02 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:rd_load_disk
Proto:int __init rd_load_disk(int n)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
int | n |
287 | If 1 = prompt for RAM disk, 0 = don't prompt Then change_floppy("root floppy disk to be loaded into RAM disk") |
289 | create_dev("/dev/root", ROOT_DEV) |
290 | create_dev("/dev/ram", MKDEV(RAMDISK_MAJOR, n)) |
291 | Return rd_load_image("/dev/root") |
Name | Describe |
---|---|
prepare_namespace | Prepare the namespace - decide what/where to mount, load ramdisks, etc. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |