xv6-simplified 0.1
简化版xv6
Loading...
Searching...
No Matches
Functions
main.c File Reference

从start.c(start())执行mret跳转而来,当前为S模式 More...

#include "include/types.h"
#include "include/riscv.h"
#include "include/defs.h"
#include "include/param.h"
Include dependency graph for main.c:

Functions

 __attribute__ ((aligned(16)))
 对各个模块进行初始化 完成后调用调度器进行进程调度
 

Detailed Description

从start.c(start())执行mret跳转而来,当前为S模式

Date
23.04.30
Author
xin

具有main函数,负责各个模块的初始化

Version
0.1 @status Stable

Function Documentation

◆ __attribute__()

__attribute__ ( (aligned(16))  )

对各个模块进行初始化 完成后调用调度器进行进程调度

Here is the call graph for this function: