mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2025-10-15 05:55:07 -07:00
adding stub usb and mouse code
This commit is contained in:
@@ -48,4 +48,7 @@ Clone and build:
|
||||
git clone https://github.com/gbowne1/ClassicOS.git
|
||||
cd ClassicOS
|
||||
make
|
||||
```
|
||||
```
|
||||
|
||||
build kernel
|
||||
for %f in (*.c) do gcc -m32 -O0 -Wall -Wextra -Werror -pedantic -ffreestanding -nostdlib -fno-pic -fno-stack-protector -fno-pie -march=i386 -mtune=i386 -c "%f" -o "%f.o"
|
||||
|
Reference in New Issue
Block a user