Archived
Private
Public Access
1
0

Added OS-Project

This commit is contained in:
2022-09-04 20:44:07 +02:00
parent 2cdae71f61
commit 5af64b7a59
13 changed files with 359 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
FROM randomdude/gcc-cross-x86_64-elf
RUN apt-get update
RUN apt-get upgrade -y
RUN apt-get install -y nasm
RUN apt-get install -y xorriso
RUN apt-get install -y grub-pc-bin
RUN apt-get install -y grub-common
VOLUME /root/env
WORKDIR /root/env