NetcanOS
Netcan OS is an operation system for x86 PCs, for learning how os works.
函数
kernel.c 文件参考
#include <video_terminal.h>
#include <descriptor_tables.h>
#include <paging.h>
#include <heap.h>
#include <timer.h>
#include <stdio.h>

函数

void main ()
 内核入口。 更多...
 

函数说明

◆ main()

void main ( )

内核入口。