📄 ppc32_vmtest.h
字号:
/* * Cisco router simulation platform. * Copyright (c) 2006 Christophe Fillot (cf@utc.fr) * * PowerPC VM experimentations. */#ifndef __PPC32_VMTEST_H__#define __PPC32_VMTEST_H__#include <pthread.h>#include "utils.h"#include "net.h"#include "device.h"#include "pci_dev.h"#include "vm.h"/* Default parameters of the test VM */#define PPC32_VMTEST_DEFAULT_RAM_SIZE 256#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -