8000 GitHub - NessunKim/pintos
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

NessunKim/pintos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pintos

Pintos, a simple operating system framework for the 80x86 architecture created at Stanford University

Environment

$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 20.04.1 LTS
Release:	20.04
Codename:	focal
$ uname -a
Linux ubuntu 5.4.0-45-generic #49-Ubuntu SMP Wed Aug 26 13:38:52 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

Prerequisites

$ sudo apt-get update
$ sudo apt-get install binutils pkg-config zlib1g-dev libglib2.0-dev gcc libc6-dev autoconf libtool libsdl1.2-dev g++ libx11-dev libxrandr-dev libxi-dev perl libc6-dbg gdb make git qemu ctags

Download Pintos

Download the Pintos source code from here.

$ cd ~
$ git clone git://pintos-os.org/pintos-anon pintos

Run Pintos in QEMU

Refer to her 5F20 e.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 45.9%
  • C 36.7%
  • Perl 13.1%
  • Makefile 2.1%
  • Assembly 1.4%
  • C++ 0.4%
  • Other 0.4%
0