adding stub usb and mouse code

This commit is contained in:
2025-05-18 02:49:17 -07:00
parent 49361a98be
commit 69762b6650
5 changed files with 183 additions and 1 deletions

View File

@@ -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"