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

📄 listgoldenmipsy.pl

📁 一个用在mips体系结构中的操作系统
💻 PL
字号:
#!/usr/local/bin/perl## Copyright (C) 1996-1998 by the Board of Trustees#    of Leland Stanford Junior University.# # This file is part of the SimOS distribution. # See LICENSE file for terms of the license. ## List golden mipsy versions## John Heinlein# Stolen liberally from# Joel Baxter# This version is much lower-tech than Joel's version for flashlite.# This script assumes you're already built in the standard simtools hierarchy. # To modify, change the variables below & the code in the "set up" sections# of the various make_golden subroutines.  If the golden source directory# locations change, more extensive changes in this script are required.$flash_root = $ENV{FLASH_ROOT};$flash_tools = "$FLASH_ROOT/Tools";$simtools   = "$flash_root/simulation";$golden_dir = "/roadkill/rk5/dash2/Golden/libraries";# Check that the correct environment variables exist, and that the# correct user is running this script.system "ls -lt $golden_dir/Mipsy";

⌨️ 快捷键说明

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