fb87 / linux-0.0.1

linux kernel 0.0.1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

To able to compile and run on f36, some tools need to be installed:

sudo dnf install dev86                                      # as86, ar86, etc.,
sudo dnf install make gcc glibc-devel.i686 qemu-system-x86 # used to produce 32bits kernel

To able to compile and run on Ubuntu 20.04, some tools need to be installed:

sudo apt install bin86                                                 # as86, ar86, etc.,
sudo apt install binutils build-esential gcc-multilib qemu-system-x86 # used to produce 32bits kernel

Build and run

  • Compile with make -j$(nproc)
  • Run with unzip hd_oldlinux.img.zip && make run

Archive

All Linux version <= 1.0

About

linux kernel 0.0.1


Languages

Language:C 87.2%Language:Assembly 9.0%Language:Makefile 3.6%Language:HTML 0.2%Language:Ruby 0.0%