Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pintos-2017
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gback
pintos-2017
Commits
27037fa9
Commit
27037fa9
authored
1 year ago
by
gback
Browse files
Options
Downloads
Patches
Plain Diff
mention Lance in AUTHORS
parent
85cf8542
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
AUTHORS
+2
-0
2 additions, 0 deletions
AUTHORS
src/utils/pintos-gdb
+1
-1
1 addition, 1 deletion
src/utils/pintos-gdb
with
3 additions
and
1 deletion
AUTHORS
+
2
−
0
View file @
27037fa9
...
...
@@ -6,6 +6,8 @@ src -*- text -*-
* Support for PCI, USB, GRUB, partitions, UHCI, and other features
contributed by Anthony Romano <chz@vt.edu>.
* Support for SMP contributed by Lance Chao.
* The original structure and form of this operating system is inspired
by the Nachos system from the University of California, Berkeley. A
few of the source files are more-or-less literal translations of the
...
...
This diff is collapsed.
Click to expand it.
src/utils/pintos-gdb
+
1
−
1
View file @
27037fa9
#! /bin/sh
# Path to GDB macros file. Customize for your site.
GDBMACROS
=
/
usr/class/cs140
/pintos/pintos/src/misc/gdb-macros
GDBMACROS
=
/
home/web/courses/cs4284
/pintos
tools
/pintos
-2017
/src/misc/gdb-macros
# Choose correct GDB.
if
command
-v
i386-elf-gdb
>
/dev/null 2>&1
;
then
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment