Added OS-Project
This commit is contained in:
11
C/OperatingSystem/buildenv/Dockerfile
Normal file
11
C/OperatingSystem/buildenv/Dockerfile
Normal 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
|
||||
1
C/OperatingSystem/buildenv/start.bat
Normal file
1
C/OperatingSystem/buildenv/start.bat
Normal file
@@ -0,0 +1 @@
|
||||
docker run --rm -it -v D:\Programmierstuff\C\OperatingSystem:/root/env myos-buildenv
|
||||
Reference in New Issue
Block a user