⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mol.h

📁 open source bios with linux platform, very good and can be reused.
💻 H
字号:
/*  *   Creation Date: <2003/12/20 00:20:12 samuel> *   Time-stamp: <2004/03/27 01:52:50 samuel> *    *	<mol.h> *	 *	 *    *   Copyright (C) 2003, 2004 Samuel Rydh (samuel@ibrium.se) *    *   This program is free software; you can redistribute it and/or *   modify it under the terms of the GNU General Public License *   version 2 *    */#ifndef _H_MOL#define _H_MOL/* video.c */extern void		init_video( void );extern int		video_get_res( int *w, int *h );extern void		draw_pixel( int x, int y, int colind );extern void		set_color( int index, ulong color );/* console.c */extern int		console_draw_str( const char *str );extern void		console_close( void );/* pseudodisk.c */extern void		pseudodisk_init( void );/* osi-blk.c */extern void		osiblk_init( void );/* osi-scsi.c */extern void		osiscsi_init( void );/* pseudofs.c */extern void		pseudofs_init( void );#include "../kernel.h"#endif   /* _H_MOL */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -